Shades of Lime Green #15D12A
Tints of Lime Green #15D12A
RGB
CMYK
RGB Variations
Color information
#15D12A (or 0x15D12A) is known color: Lime Green. HEX triplet: 15, D1 and 2A. RGB value is (21,209,42). Sum of RGB (Red+Green+Blue) = 21+209+42=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 209 (82.03% from 255 or 76.84% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 209 - color contains mainly: green. Hex color #15D12A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15D12A is #EA2ED5. Grayscale: #868686. Windows color (decimal): -15347414 or 2806037. OLE color: 2806037.
HSL color Cylindrical-coordinate representation of color #15D12A: hue angle of 126.7º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D12A is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 209 | 42 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.18 |
| HSL | 126.7º | 0.82% | 0.45% | - |
| HSV(B) | 126.7º | 0.9% | 0.82% | - |
| XYZ | 23.53 | 45.93 | 9.82 | - |
| YUV | 133.75 | 76.22 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 209 | 42 | 0.90 | 0 | 0.80 | 0.18 | 126.7 | 0.82 | 0.45 |
| Hex | 15 | D1 | 2A | 5A | 0 | 50 | 12 | 7F | 52 | 2D |
| Octal | 25 | 321 | 52 | 132 | 0 | 120 | 22 | 177 | 122 | 55 |
| Binary | 10101 | 11010001 | 101010 | 1011010 | 0 | 1010000 | 10010 | 1111111 | 1010010 | 101101 |
Color Harmonies of #15D12A
Complementary color
Monochromatic Colors of #15D12A
Black with #15D12A
Text Example
Text Example
White with #15D12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D12A; }
p { color: rgb(21,209,42); }
H1.HeaderClassName
{
color: #15D12A;
}
.AnyTagClassName
{
color: #15D12A;
}
</style>
background-color css
<style>
a { background-color: #15D12A; }
a { background-color: rgb(21,209,42); }
div.DivClassName
{
background-color: #15D12A;
}
.BgClassName
{
background-color: #15D12A;
}
</style>
border-color css
<style>
span { border-color: #15D12A; }
span { border-color: rgb(21,209,42); }
td.TdClassName
{
border-color: #15D12A;
}
.TagClassName
{
border-color: #15D12A;
}
</style>