#73C023

Color #73C023 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #73C023

Tints of Lima #73C023

Color information

#73C023 (or 0x73C023) is unknown color: approx Lima. HEX triplet: 73, C0 and 23. RGB value is (115,192,35). Sum of RGB (Red+Green+Blue) = 115+192+35=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #73C023 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C023 is #8C3FDC. Grayscale: #979797. Windows color (decimal): -9191389 or 2343027. OLE color: 2343027.

HSL color Cylindrical-coordinate representation of color #73C023: hue angle of 89.43º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73C023 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB11519235-
CMYK0.4000.820.25
HSL89.43º69.16%44.51%-
HSV(B)89.43º81.77%75.29%-
XYZ26.2241.478.21-
YUV151.0862.49102.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 192 (75.39% from 255) = 56.14%
BLUE value IS 35 (14.06% from 255) = 10.23%
R=33.63%
G=56.14%
B=10.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115192350.4000.820.2589.4369.1644.51
Hex73C023280521959452d
Octal163300435001223113110555
Binary111001111000000100011101000010100101100110110011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73C023; }

 p { color: rgb(115,192,35); }

 H1.HeaderClassName
 {
   color: #73C023;
 }
 .AnyTagClassName
 {
   color: #73C023;
 }
</style>
background-color css

<style>
 a { background-color: #73C023; }

 a { background-color: rgb(115,192,35); }

 div.DivClassName
 {
   background-color: #73C023;
 }
 .BgClassName
 {
   background-color: #73C023;
 }
</style>
border-color css

<style>
 span { border-color: #73C023; }

 span { border-color: rgb(115,192,35); }

 td.TdClassName
 {
   border-color: #73C023;
 }
 .TagClassName
 {
   border-color: #73C023;
 }
</style>