Shades of Lime Green #10CD1E
Tints of Lime Green #10CD1E
RGB
CMYK
RGB Variations
Color information
#10CD1E (or 0x10CD1E) is known color: Lime Green. HEX triplet: 10, CD and 1E. RGB value is (16,205,30). Sum of RGB (Red+Green+Blue) = 16+205+30=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 205 (80.47% from 255 or 81.67% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 205 - color contains mainly: green. Hex color #10CD1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CD1E is #EF32E1. Grayscale: #818181. Windows color (decimal): -15676130 or 2018576. OLE color: 2018576.
HSL color Cylindrical-coordinate representation of color #10CD1E: hue angle of 124.44º 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 #10CD1E is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 205 | 30 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.20 |
| HSL | 124.44º | 0.86% | 0.43% | - |
| HSV(B) | 124.44º | 0.92% | 0.8% | - |
| XYZ | 22.28 | 43.87 | 8.52 | - |
| YUV | 128.54 | 72.38 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 30 | 0.92 | 0 | 0.85 | 0.20 | 124.44 | 0.86 | 0.43 |
| Hex | 10 | CD | 1E | 5C | 0 | 55 | 14 | 7C | 56 | 2B |
| Octal | 20 | 315 | 36 | 134 | 0 | 125 | 24 | 174 | 126 | 53 |
| Binary | 10000 | 11001101 | 11110 | 1011100 | 0 | 1010101 | 10100 | 1111100 | 1010110 | 101011 |
Color Harmonies of #10CD1E
Complementary color
Monochromatic Colors of #10CD1E
Black with #10CD1E
Text Example
Text Example
White with #10CD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CD1E; }
p { color: rgb(16,205,30); }
H1.HeaderClassName
{
color: #10CD1E;
}
.AnyTagClassName
{
color: #10CD1E;
}
</style>
background-color css
<style>
a { background-color: #10CD1E; }
a { background-color: rgb(16,205,30); }
div.DivClassName
{
background-color: #10CD1E;
}
.BgClassName
{
background-color: #10CD1E;
}
</style>
border-color css
<style>
span { border-color: #10CD1E; }
span { border-color: rgb(16,205,30); }
td.TdClassName
{
border-color: #10CD1E;
}
.TagClassName
{
border-color: #10CD1E;
}
</style>