#11CA18

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

Shades of Lime Green #11CA18

Tints of Lime Green #11CA18

Color information

#11CA18 (or 0x11CA18) is unknown color: approx Lime Green. HEX triplet: 11, CA and 18. RGB value is (17,202,24). Sum of RGB (Red+Green+Blue) = 17+202+24=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 202 (79.30% from 255 or 83.13% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 202 - color contains mainly: green. Hex color #11CA18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11CA18 is #EE35E7. Grayscale: #7E7E7E. Windows color (decimal): -15611368 or 1624593. OLE color: 1624593.

HSL color Cylindrical-coordinate representation of color #11CA18: hue angle of 122.27º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CA18 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB1720224-
CMYK0.9200.880.21
HSL122.27º84.47%42.94%-
HSV(B)122.27º91.58%79.22%-
XYZ21.5242.437.92-
YUV126.3970.2149.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 202 (79.30% from 255) = 83.13%
BLUE value IS 24 (9.77% from 255) = 9.88%
R=7.00%
G=83.13%
B=9.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal17202240.9200.880.21122.2784.4742.94
Hex11CA185C058157a542b
Octal213123013401302517212453
Binary1000111001010110001011100010110001010111110101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11CA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11CA18; }

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

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

<style>
 a { background-color: #11CA18; }

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

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

<style>
 span { border-color: #11CA18; }

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

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