Shades of Lime Green #10CE1D
Tints of Lime Green #10CE1D
RGB
CMYK
RGB Variations
Color information
#10CE1D (or 0x10CE1D) is known color: Lime Green. HEX triplet: 10, CE and 1D. RGB value is (16,206,29). Sum of RGB (Red+Green+Blue) = 16+206+29=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 206 (80.86% from 255 or 82.07% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CE1D is #EF31E2. Grayscale: #818181. Windows color (decimal): -15675875 or 1953296. OLE color: 1953296.
HSL color Cylindrical-coordinate representation of color #10CE1D: hue angle of 124.11º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CE1D is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 29 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.19 |
| HSL | 124.11º | 0.86% | 0.44% | - |
| HSV(B) | 124.11º | 0.92% | 0.81% | - |
| XYZ | 22.51 | 44.34 | 8.53 | - |
| YUV | 129.01 | 71.55 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 29 | 0.92 | 0 | 0.86 | 0.19 | 124.11 | 0.86 | 0.44 |
| Hex | 10 | CE | 1D | 5C | 0 | 56 | 13 | 7C | 56 | 2C |
| Octal | 20 | 316 | 35 | 134 | 0 | 126 | 23 | 174 | 126 | 54 |
| Binary | 10000 | 11001110 | 11101 | 1011100 | 0 | 1010110 | 10011 | 1111100 | 1010110 | 101100 |
Color Harmonies of #10CE1D
Complementary color
Monochromatic Colors of #10CE1D
Black with #10CE1D
Text Example
Text Example
White with #10CE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE1D; }
p { color: rgb(16,206,29); }
H1.HeaderClassName
{
color: #10CE1D;
}
.AnyTagClassName
{
color: #10CE1D;
}
</style>
background-color css
<style>
a { background-color: #10CE1D; }
a { background-color: rgb(16,206,29); }
div.DivClassName
{
background-color: #10CE1D;
}
.BgClassName
{
background-color: #10CE1D;
}
</style>
border-color css
<style>
span { border-color: #10CE1D; }
span { border-color: rgb(16,206,29); }
td.TdClassName
{
border-color: #10CE1D;
}
.TagClassName
{
border-color: #10CE1D;
}
</style>