Shades of Lime Green #15C820
Tints of Lime Green #15C820
RGB
CMYK
RGB Variations
Color information
#15C820 (or 0x15C820) is known color: Lime Green. HEX triplet: 15, C8 and 20. RGB value is (21,200,32). Sum of RGB (Red+Green+Blue) = 21+200+32=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 200 (78.52% from 255 or 79.05% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 200 - color contains mainly: green. Hex color #15C820 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C820 is #EA37DF. Grayscale: #7F7F7F. Windows color (decimal): -15349728 or 2148373. OLE color: 2148373.
HSL color Cylindrical-coordinate representation of color #15C820: hue angle of 123.69º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C820 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 200 | 32 | - |
| CMYK | 0.90 | 0 | 0.84 | 0.22 |
| HSL | 123.69º | 0.81% | 0.43% | - |
| HSV(B) | 123.69º | 0.9% | 0.78% | - |
| XYZ | 21.22 | 41.57 | 8.27 | - |
| YUV | 127.33 | 74.2 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 200 | 32 | 0.90 | 0 | 0.84 | 0.22 | 123.69 | 0.81 | 0.43 |
| Hex | 15 | C8 | 20 | 5A | 0 | 54 | 16 | 7C | 51 | 2B |
| Octal | 25 | 310 | 40 | 132 | 0 | 124 | 26 | 174 | 121 | 53 |
| Binary | 10101 | 11001000 | 100000 | 1011010 | 0 | 1010100 | 10110 | 1111100 | 1010001 | 101011 |
Color Harmonies of #15C820
Complementary color
Monochromatic Colors of #15C820
Black with #15C820
Text Example
Text Example
White with #15C820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C820; }
p { color: rgb(21,200,32); }
H1.HeaderClassName
{
color: #15C820;
}
.AnyTagClassName
{
color: #15C820;
}
</style>
background-color css
<style>
a { background-color: #15C820; }
a { background-color: rgb(21,200,32); }
div.DivClassName
{
background-color: #15C820;
}
.BgClassName
{
background-color: #15C820;
}
</style>
border-color css
<style>
span { border-color: #15C820; }
span { border-color: rgb(21,200,32); }
td.TdClassName
{
border-color: #15C820;
}
.TagClassName
{
border-color: #15C820;
}
</style>