Shades of Lime Green #15CA20
Tints of Lime Green #15CA20
RGB
CMYK
RGB Variations
Color information
#15CA20 (or 0x15CA20) is known color: Lime Green. HEX triplet: 15, CA and 20. RGB value is (21,202,32). Sum of RGB (Red+Green+Blue) = 21+202+32=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 202 (79.30% from 255 or 79.22% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 202 - color contains mainly: green. Hex color #15CA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CA20 is #EA35DF. Grayscale: #818181. Windows color (decimal): -15349216 or 2148885. OLE color: 2148885.
HSL color Cylindrical-coordinate representation of color #15CA20: hue angle of 123.65º 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 #15CA20 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 202 | 32 | - |
| CMYK | 0.90 | 0 | 0.84 | 0.21 |
| HSL | 123.65º | 0.81% | 0.44% | - |
| HSV(B) | 123.65º | 0.9% | 0.79% | - |
| XYZ | 21.69 | 42.5 | 8.43 | - |
| YUV | 128.5 | 73.53 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 202 | 32 | 0.90 | 0 | 0.84 | 0.21 | 123.65 | 0.81 | 0.44 |
| Hex | 15 | CA | 20 | 5A | 0 | 54 | 15 | 7C | 51 | 2C |
| Octal | 25 | 312 | 40 | 132 | 0 | 124 | 25 | 174 | 121 | 54 |
| Binary | 10101 | 11001010 | 100000 | 1011010 | 0 | 1010100 | 10101 | 1111100 | 1010001 | 101100 |
Color Harmonies of #15CA20
Complementary color
Monochromatic Colors of #15CA20
Black with #15CA20
Text Example
Text Example
White with #15CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CA20; }
p { color: rgb(21,202,32); }
H1.HeaderClassName
{
color: #15CA20;
}
.AnyTagClassName
{
color: #15CA20;
}
</style>
background-color css
<style>
a { background-color: #15CA20; }
a { background-color: rgb(21,202,32); }
div.DivClassName
{
background-color: #15CA20;
}
.BgClassName
{
background-color: #15CA20;
}
</style>
border-color css
<style>
span { border-color: #15CA20; }
span { border-color: rgb(21,202,32); }
td.TdClassName
{
border-color: #15CA20;
}
.TagClassName
{
border-color: #15CA20;
}
</style>