Shades of Lime Green #10CF1D
Tints of Lime Green #10CF1D
RGB
CMYK
RGB Variations
Color information
#10CF1D (or 0x10CF1D) is known color: Lime Green. HEX triplet: 10, CF and 1D. RGB value is (16,207,29). Sum of RGB (Red+Green+Blue) = 16+207+29=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 207 (81.25% from 255 or 82.14% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CF1D is #EF30E2. Grayscale: #828282. Windows color (decimal): -15675619 or 1953552. OLE color: 1953552.
HSL color Cylindrical-coordinate representation of color #10CF1D: hue angle of 124.08º 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 #10CF1D is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 29 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.19 |
| HSL | 124.08º | 0.86% | 0.44% | - |
| HSV(B) | 124.08º | 0.92% | 0.81% | - |
| XYZ | 22.75 | 44.82 | 8.62 | - |
| YUV | 129.6 | 71.22 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 29 | 0.92 | 0 | 0.86 | 0.19 | 124.08 | 0.86 | 0.44 |
| Hex | 10 | CF | 1D | 5C | 0 | 56 | 13 | 7C | 56 | 2C |
| Octal | 20 | 317 | 35 | 134 | 0 | 126 | 23 | 174 | 126 | 54 |
| Binary | 10000 | 11001111 | 11101 | 1011100 | 0 | 1010110 | 10011 | 1111100 | 1010110 | 101100 |
Color Harmonies of #10CF1D
Complementary color
Monochromatic Colors of #10CF1D
Black with #10CF1D
Text Example
Text Example
White with #10CF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CF1D; }
p { color: rgb(16,207,29); }
H1.HeaderClassName
{
color: #10CF1D;
}
.AnyTagClassName
{
color: #10CF1D;
}
</style>
background-color css
<style>
a { background-color: #10CF1D; }
a { background-color: rgb(16,207,29); }
div.DivClassName
{
background-color: #10CF1D;
}
.BgClassName
{
background-color: #10CF1D;
}
</style>
border-color css
<style>
span { border-color: #10CF1D; }
span { border-color: rgb(16,207,29); }
td.TdClassName
{
border-color: #10CF1D;
}
.TagClassName
{
border-color: #10CF1D;
}
</style>