Shades of Lime Green #10C814
Tints of Lime Green #10C814
RGB
CMYK
RGB Variations
Color information
#10C814 (or 0x10C814) is known color: Lime Green. HEX triplet: 10, C8 and 14. RGB value is (16,200,20). Sum of RGB (Red+Green+Blue) = 16+200+20=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 200 (78.52% from 255 or 84.75% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 200 - color contains mainly: green. Hex color #10C814 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C814 is #EF37EB. Grayscale: #7D7D7D. Windows color (decimal): -15677420 or 1361936. OLE color: 1361936.
HSL color Cylindrical-coordinate representation of color #10C814: hue angle of 121.3º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C814 is Cyan = 0.92, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 20 | - |
| CMYK | 0.92 | 0 | 0.9 | 0.22 |
| HSL | 121.3º | 0.85% | 0.42% | - |
| HSV(B) | 121.3º | 0.92% | 0.78% | - |
| XYZ | 20.99 | 41.47 | 7.56 | - |
| YUV | 124.46 | 69.04 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 20 | 0.92 | 0 | 0.9 | 0.22 | 121.3 | 0.85 | 0.42 |
| Hex | 10 | C8 | 14 | 5C | 0 | 5A | 16 | 79 | 55 | 2A |
| Octal | 20 | 310 | 24 | 134 | 0 | 132 | 26 | 171 | 125 | 52 |
| Binary | 10000 | 11001000 | 10100 | 1011100 | 0 | 1011010 | 10110 | 1111001 | 1010101 | 101010 |
Color Harmonies of #10C814
Complementary color
Monochromatic Colors of #10C814
Black with #10C814
Text Example
Text Example
White with #10C814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C814; }
p { color: rgb(16,200,20); }
H1.HeaderClassName
{
color: #10C814;
}
.AnyTagClassName
{
color: #10C814;
}
</style>
background-color css
<style>
a { background-color: #10C814; }
a { background-color: rgb(16,200,20); }
div.DivClassName
{
background-color: #10C814;
}
.BgClassName
{
background-color: #10C814;
}
</style>
border-color css
<style>
span { border-color: #10C814; }
span { border-color: rgb(16,200,20); }
td.TdClassName
{
border-color: #10C814;
}
.TagClassName
{
border-color: #10C814;
}
</style>