Shades of Lime Green #15CA28
Tints of Lime Green #15CA28
RGB
CMYK
RGB Variations
Color information
#15CA28 (or 0x15CA28) is known color: Lime Green. HEX triplet: 15, CA and 28. RGB value is (21,202,40). Sum of RGB (Red+Green+Blue) = 21+202+40=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 202 (79.30% from 255 or 76.81% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 202 - color contains mainly: green. Hex color #15CA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CA28 is #EA35D7. Grayscale: #818181. Windows color (decimal): -15349208 or 2673173. OLE color: 2673173.
HSL color Cylindrical-coordinate representation of color #15CA28: hue angle of 126.3º 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 #15CA28 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 202 | 40 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.21 |
| HSL | 126.3º | 0.81% | 0.44% | - |
| HSV(B) | 126.3º | 0.9% | 0.79% | - |
| XYZ | 21.81 | 42.55 | 9.07 | - |
| YUV | 129.41 | 77.53 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 202 | 40 | 0.90 | 0 | 0.80 | 0.21 | 126.3 | 0.81 | 0.44 |
| Hex | 15 | CA | 28 | 5A | 0 | 50 | 15 | 7E | 51 | 2C |
| Octal | 25 | 312 | 50 | 132 | 0 | 120 | 25 | 176 | 121 | 54 |
| Binary | 10101 | 11001010 | 101000 | 1011010 | 0 | 1010000 | 10101 | 1111110 | 1010001 | 101100 |
Color Harmonies of #15CA28
Complementary color
Monochromatic Colors of #15CA28
Black with #15CA28
Text Example
Text Example
White with #15CA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CA28; }
p { color: rgb(21,202,40); }
H1.HeaderClassName
{
color: #15CA28;
}
.AnyTagClassName
{
color: #15CA28;
}
</style>
background-color css
<style>
a { background-color: #15CA28; }
a { background-color: rgb(21,202,40); }
div.DivClassName
{
background-color: #15CA28;
}
.BgClassName
{
background-color: #15CA28;
}
</style>
border-color css
<style>
span { border-color: #15CA28; }
span { border-color: rgb(21,202,40); }
td.TdClassName
{
border-color: #15CA28;
}
.TagClassName
{
border-color: #15CA28;
}
</style>