Shades of Lime Green #10CD1D
Tints of Lime Green #10CD1D
RGB
CMYK
RGB Variations
Color information
#10CD1D (or 0x10CD1D) is known color: Lime Green. HEX triplet: 10, CD and 1D. RGB value is (16,205,29). Sum of RGB (Red+Green+Blue) = 16+205+29=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 205 (80.47% from 255 or 82% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 205 - color contains mainly: green. Hex color #10CD1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CD1D is #EF32E2. Grayscale: #808080. Windows color (decimal): -15676131 or 1953040. OLE color: 1953040.
HSL color Cylindrical-coordinate representation of color #10CD1D: hue angle of 124.13º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CD1D is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 205 | 29 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.20 |
| HSL | 124.13º | 0.86% | 0.43% | - |
| HSV(B) | 124.13º | 0.92% | 0.8% | - |
| XYZ | 22.27 | 43.86 | 8.45 | - |
| YUV | 128.43 | 71.88 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 29 | 0.92 | 0 | 0.86 | 0.20 | 124.13 | 0.86 | 0.43 |
| Hex | 10 | CD | 1D | 5C | 0 | 56 | 14 | 7C | 56 | 2B |
| Octal | 20 | 315 | 35 | 134 | 0 | 126 | 24 | 174 | 126 | 53 |
| Binary | 10000 | 11001101 | 11101 | 1011100 | 0 | 1010110 | 10100 | 1111100 | 1010110 | 101011 |
Color Harmonies of #10CD1D
Complementary color
Monochromatic Colors of #10CD1D
Black with #10CD1D
Text Example
Text Example
White with #10CD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CD1D; }
p { color: rgb(16,205,29); }
H1.HeaderClassName
{
color: #10CD1D;
}
.AnyTagClassName
{
color: #10CD1D;
}
</style>
background-color css
<style>
a { background-color: #10CD1D; }
a { background-color: rgb(16,205,29); }
div.DivClassName
{
background-color: #10CD1D;
}
.BgClassName
{
background-color: #10CD1D;
}
</style>
border-color css
<style>
span { border-color: #10CD1D; }
span { border-color: rgb(16,205,29); }
td.TdClassName
{
border-color: #10CD1D;
}
.TagClassName
{
border-color: #10CD1D;
}
</style>