Shades of Lime Green #15CD20
Tints of Lime Green #15CD20
RGB
CMYK
RGB Variations
Color information
#15CD20 (or 0x15CD20) is known color: Lime Green. HEX triplet: 15, CD and 20. RGB value is (21,205,32). Sum of RGB (Red+Green+Blue) = 21+205+32=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 205 (80.47% from 255 or 79.46% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 205 - color contains mainly: green. Hex color #15CD20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CD20 is #EA32DF. Grayscale: #828282. Windows color (decimal): -15348448 or 2149653. OLE color: 2149653.
HSL color Cylindrical-coordinate representation of color #15CD20: hue angle of 123.59º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CD20 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 205 | 32 | - |
| CMYK | 0.90 | 0 | 0.84 | 0.20 |
| HSL | 123.59º | 0.81% | 0.44% | - |
| HSV(B) | 123.59º | 0.9% | 0.8% | - |
| XYZ | 22.4 | 43.93 | 8.66 | - |
| YUV | 130.26 | 72.54 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 205 | 32 | 0.90 | 0 | 0.84 | 0.20 | 123.59 | 0.81 | 0.44 |
| Hex | 15 | CD | 20 | 5A | 0 | 54 | 14 | 7C | 51 | 2C |
| Octal | 25 | 315 | 40 | 132 | 0 | 124 | 24 | 174 | 121 | 54 |
| Binary | 10101 | 11001101 | 100000 | 1011010 | 0 | 1010100 | 10100 | 1111100 | 1010001 | 101100 |
Color Harmonies of #15CD20
Complementary color
Monochromatic Colors of #15CD20
Black with #15CD20
Text Example
Text Example
White with #15CD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CD20; }
p { color: rgb(21,205,32); }
H1.HeaderClassName
{
color: #15CD20;
}
.AnyTagClassName
{
color: #15CD20;
}
</style>
background-color css
<style>
a { background-color: #15CD20; }
a { background-color: rgb(21,205,32); }
div.DivClassName
{
background-color: #15CD20;
}
.BgClassName
{
background-color: #15CD20;
}
</style>
border-color css
<style>
span { border-color: #15CD20; }
span { border-color: rgb(21,205,32); }
td.TdClassName
{
border-color: #15CD20;
}
.TagClassName
{
border-color: #15CD20;
}
</style>