#18CA15

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

Shades of Lime Green #18CA15

Tints of Lime Green #18CA15

Color information

#18CA15 (or 0x18CA15) is unknown color: approx Lime Green. HEX triplet: 18, CA and 15. RGB value is (24,202,21). Sum of RGB (Red+Green+Blue) = 24+202+21=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 202 (79.30% from 255 or 81.78% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 202 - color contains mainly: green. Hex color #18CA15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CA15 is #E735EA. Grayscale: #808080. Windows color (decimal): -15152619 or 1427992. OLE color: 1427992.

HSL color Cylindrical-coordinate representation of color #18CA15: hue angle of 119.01º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CA15 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB2420221-
CMYK0.8800.900.21
HSL119.01º81.17%43.73%-
HSV(B)119.01º89.6%79.22%-
XYZ21.6342.497.77-
YUV128.1467.5353.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.72%
GREEN value IS 202 (79.30% from 255) = 81.78%
BLUE value IS 21 (8.59% from 255) = 8.50%
R=9.72%
G=81.78%
B=8.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal24202210.8800.900.21119.0181.1743.73
Hex18CA155805A1577512c
Octal303122513001322516712154
Binary1100011001010101011011000010110101010111101111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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