Shades of Lime Green #10D11B
Tints of Lime Green #10D11B
RGB
CMYK
RGB Variations
Color information
#10D11B (or 0x10D11B) is known color: Lime Green. HEX triplet: 10, D1 and 1B. RGB value is (16,209,27). Sum of RGB (Red+Green+Blue) = 16+209+27=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 209 (82.03% from 255 or 82.94% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 209 - color contains mainly: green. Hex color #10D11B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D11B is #EF2EE4. Grayscale: #838383. Windows color (decimal): -15675109 or 1822992. OLE color: 1822992.
HSL color Cylindrical-coordinate representation of color #10D11B: hue angle of 123.42º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D11B is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 27 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.18 |
| HSL | 123.42º | 0.86% | 0.44% | - |
| HSV(B) | 123.42º | 0.92% | 0.82% | - |
| XYZ | 23.21 | 45.79 | 8.65 | - |
| YUV | 130.55 | 69.56 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 27 | 0.92 | 0 | 0.87 | 0.18 | 123.42 | 0.86 | 0.44 |
| Hex | 10 | D1 | 1B | 5C | 0 | 57 | 12 | 7B | 56 | 2C |
| Octal | 20 | 321 | 33 | 134 | 0 | 127 | 22 | 173 | 126 | 54 |
| Binary | 10000 | 11010001 | 11011 | 1011100 | 0 | 1010111 | 10010 | 1111011 | 1010110 | 101100 |
Color Harmonies of #10D11B
Complementary color
Monochromatic Colors of #10D11B
Black with #10D11B
Text Example
Text Example
White with #10D11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D11B; }
p { color: rgb(16,209,27); }
H1.HeaderClassName
{
color: #10D11B;
}
.AnyTagClassName
{
color: #10D11B;
}
</style>
background-color css
<style>
a { background-color: #10D11B; }
a { background-color: rgb(16,209,27); }
div.DivClassName
{
background-color: #10D11B;
}
.BgClassName
{
background-color: #10D11B;
}
</style>
border-color css
<style>
span { border-color: #10D11B; }
span { border-color: rgb(16,209,27); }
td.TdClassName
{
border-color: #10D11B;
}
.TagClassName
{
border-color: #10D11B;
}
</style>