#73CC18

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

Shades of Lima #73CC18

Tints of Lima #73CC18

Color information

#73CC18 (or 0x73CC18) is unknown color: approx Lima. HEX triplet: 73, CC and 18. RGB value is (115,204,24). Sum of RGB (Red+Green+Blue) = 115+204+24=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 204 (80.08% from 255 or 59.48% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73CC18 is #8C33E7. Grayscale: #9D9D9D. Windows color (decimal): -9188328 or 1625203. OLE color: 1625203.

HSL color Cylindrical-coordinate representation of color #73CC18: hue angle of 89.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73CC18 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB11520424-
CMYK0.4400.880.2
HSL89.67º78.95%44.71%-
HSV(B)89.67º88.24%80%-
XYZ28.8346.98.4-
YUV156.8753.0198.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 204 (80.08% from 255) = 59.48%
BLUE value IS 24 (9.77% from 255) = 7.00%
R=33.53%
G=59.48%
B=7.00%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal115204240.4400.880.289.6778.9544.71
Hex73CC182C058145a4f2d
Octal163314305401302413211755
Binary11100111100110011000101100010110001010010110101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,204,24); }

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

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

 a { background-color: rgb(115,204,24); }

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

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

 span { border-color: rgb(115,204,24); }

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