#15CA18

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

Shades of Lime Green #15CA18

Tints of Lime Green #15CA18

Color information

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

HSL color Cylindrical-coordinate representation of color #15CA18: hue angle of 120.99º 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 #15CA18 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB2120224-
CMYK0.9000.880.21
HSL120.99º81.17%43.73%-
HSV(B)120.99º89.6%79.22%-
XYZ21.5942.477.92-
YUV127.5969.5351.97-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21202240.9000.880.21120.9981.1743.73
Hex15CA185A0581579512c
Octal253123013201302517112154
Binary1010111001010110001011010010110001010111110011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15CA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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