#18CC11

Color #18CC11 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #18CC11

Tints of Lime Green #18CC11

Color information

#18CC11 (or 0x18CC11) is unknown color: approx Lime Green. HEX triplet: 18, CC and 11. RGB value is (24,204,17). Sum of RGB (Red+Green+Blue) = 24+204+17=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 204 (80.08% from 255 or 83.27% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CC11 is #E733EE. Grayscale: #818181. Windows color (decimal): -15152111 or 1166360. OLE color: 1166360.

HSL color Cylindrical-coordinate representation of color #18CC11: hue angle of 117.75º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18CC11 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB2420417-
CMYK0.8800.920.2
HSL117.75º84.62%43.33%-
HSV(B)117.75º91.67%80%-
XYZ22.0743.427.75-
YUV128.8664.8753.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.80%
GREEN value IS 204 (80.08% from 255) = 83.27%
BLUE value IS 17 (7.03% from 255) = 6.94%
R=9.80%
G=83.27%
B=6.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal24204170.8800.920.2117.7584.6243.33
Hex18CC115805C1476552b
Octal303142113001342416612553
Binary1100011001100100011011000010111001010011101101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18CC11; }

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

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

<style>
 a { background-color: #18CC11; }

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

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

<style>
 span { border-color: #18CC11; }

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

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