Shades of Lime Green #15D42C
Tints of Lime Green #15D42C
RGB
CMYK
RGB Variations
Color information
#15D42C (or 0x15D42C) is known color: Lime Green. HEX triplet: 15, D4 and 2C. RGB value is (21,212,44). Sum of RGB (Red+Green+Blue) = 21+212+44=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 212 (83.20% from 255 or 76.53% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 212 - color contains mainly: green. Hex color #15D42C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15D42C is #EA2BD3. Grayscale: #888888. Windows color (decimal): -15346644 or 2937877. OLE color: 2937877.
HSL color Cylindrical-coordinate representation of color #15D42C: hue angle of 127.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D42C is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 212 | 44 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.17 |
| HSL | 127.23º | 0.82% | 0.46% | - |
| HSV(B) | 127.23º | 0.9% | 0.83% | - |
| XYZ | 24.31 | 47.43 | 10.26 | - |
| YUV | 135.74 | 76.22 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 212 | 44 | 0.90 | 0 | 0.79 | 0.17 | 127.23 | 0.82 | 0.46 |
| Hex | 15 | D4 | 2C | 5A | 0 | 4F | 11 | 7F | 52 | 2E |
| Octal | 25 | 324 | 54 | 132 | 0 | 117 | 21 | 177 | 122 | 56 |
| Binary | 10101 | 11010100 | 101100 | 1011010 | 0 | 1001111 | 10001 | 1111111 | 1010010 | 101110 |
Color Harmonies of #15D42C
Complementary color
Monochromatic Colors of #15D42C
Black with #15D42C
Text Example
Text Example
White with #15D42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D42C; }
p { color: rgb(21,212,44); }
H1.HeaderClassName
{
color: #15D42C;
}
.AnyTagClassName
{
color: #15D42C;
}
</style>
background-color css
<style>
a { background-color: #15D42C; }
a { background-color: rgb(21,212,44); }
div.DivClassName
{
background-color: #15D42C;
}
.BgClassName
{
background-color: #15D42C;
}
</style>
border-color css
<style>
span { border-color: #15D42C; }
span { border-color: rgb(21,212,44); }
td.TdClassName
{
border-color: #15D42C;
}
.TagClassName
{
border-color: #15D42C;
}
</style>