#18C213

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

Shades of Lime Green #18C213

Tints of Lime Green #18C213

Color information

#18C213 (or 0x18C213) is unknown color: approx Lime Green. HEX triplet: 18, C2 and 13. RGB value is (24,194,19). Sum of RGB (Red+Green+Blue) = 24+194+19=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 194 (76.17% from 255 or 81.86% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 194 - color contains mainly: green. Hex color #18C213 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C213 is #E73DEC. Grayscale: #7B7B7B. Windows color (decimal): -15154669 or 1294872. OLE color: 1294872.

HSL color Cylindrical-coordinate representation of color #18C213: hue angle of 118.29º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18C213 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB2419419-
CMYK0.8800.900.24
HSL118.29º82.16%41.76%-
HSV(B)118.29º90.21%76.08%-
XYZ19.7938.827.07-
YUV123.2269.1857.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.13%
GREEN value IS 194 (76.17% from 255) = 81.86%
BLUE value IS 19 (7.81% from 255) = 8.02%
R=10.13%
G=81.86%
B=8.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal24194190.8800.900.24118.2982.1641.76
Hex18C2135805A1876522a
Octal303022313001323016612252
Binary1100011000010100111011000010110101100011101101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,194,19); }

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

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

 a { background-color: rgb(24,194,19); }

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

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

 span { border-color: rgb(24,194,19); }

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