Shades of Lime Green #10D420
Tints of Lime Green #10D420
RGB
CMYK
RGB Variations
Color information
#10D420 (or 0x10D420) is known color: Lime Green. HEX triplet: 10, D4 and 20. RGB value is (16,212,32). Sum of RGB (Red+Green+Blue) = 16+212+32=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 212 (83.20% from 255 or 81.54% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 212 - color contains mainly: green. Hex color #10D420 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D420 is #EF2BDF. Grayscale: #858585. Windows color (decimal): -15674336 or 2151440. OLE color: 2151440.
HSL color Cylindrical-coordinate representation of color #10D420: hue angle of 124.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D420 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 212 | 32 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.17 |
| HSL | 124.9º | 0.86% | 0.45% | - |
| HSV(B) | 124.9º | 0.92% | 0.83% | - |
| XYZ | 24.02 | 47.3 | 9.23 | - |
| YUV | 132.88 | 71.07 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 32 | 0.92 | 0 | 0.85 | 0.17 | 124.9 | 0.86 | 0.45 |
| Hex | 10 | D4 | 20 | 5C | 0 | 55 | 11 | 7D | 56 | 2D |
| Octal | 20 | 324 | 40 | 134 | 0 | 125 | 21 | 175 | 126 | 55 |
| Binary | 10000 | 11010100 | 100000 | 1011100 | 0 | 1010101 | 10001 | 1111101 | 1010110 | 101101 |
Color Harmonies of #10D420
Complementary color
Monochromatic Colors of #10D420
Black with #10D420
Text Example
Text Example
White with #10D420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D420; }
p { color: rgb(16,212,32); }
H1.HeaderClassName
{
color: #10D420;
}
.AnyTagClassName
{
color: #10D420;
}
</style>
background-color css
<style>
a { background-color: #10D420; }
a { background-color: rgb(16,212,32); }
div.DivClassName
{
background-color: #10D420;
}
.BgClassName
{
background-color: #10D420;
}
</style>
border-color css
<style>
span { border-color: #10D420; }
span { border-color: rgb(16,212,32); }
td.TdClassName
{
border-color: #10D420;
}
.TagClassName
{
border-color: #10D420;
}
</style>