Shades of Lime Green #10C81B
Tints of Lime Green #10C81B
RGB
CMYK
RGB Variations
Color information
#10C81B (or 0x10C81B) is known color: Lime Green. HEX triplet: 10, C8 and 1B. RGB value is (16,200,27). Sum of RGB (Red+Green+Blue) = 16+200+27=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 200 (78.52% from 255 or 82.30% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 200 - color contains mainly: green. Hex color #10C81B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C81B is #EF37E4. Grayscale: #7D7D7D. Windows color (decimal): -15677413 or 1820688. OLE color: 1820688.
HSL color Cylindrical-coordinate representation of color #10C81B: hue angle of 123.59º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C81B is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 27 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.22 |
| HSL | 123.59º | 0.85% | 0.42% | - |
| HSV(B) | 123.59º | 0.92% | 0.78% | - |
| XYZ | 21.07 | 41.5 | 7.94 | - |
| YUV | 125.26 | 72.54 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 27 | 0.92 | 0 | 0.86 | 0.22 | 123.59 | 0.85 | 0.42 |
| Hex | 10 | C8 | 1B | 5C | 0 | 56 | 16 | 7C | 55 | 2A |
| Octal | 20 | 310 | 33 | 134 | 0 | 126 | 26 | 174 | 125 | 52 |
| Binary | 10000 | 11001000 | 11011 | 1011100 | 0 | 1010110 | 10110 | 1111100 | 1010101 | 101010 |
Color Harmonies of #10C81B
Complementary color
Monochromatic Colors of #10C81B
Black with #10C81B
Text Example
Text Example
White with #10C81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C81B; }
p { color: rgb(16,200,27); }
H1.HeaderClassName
{
color: #10C81B;
}
.AnyTagClassName
{
color: #10C81B;
}
</style>
background-color css
<style>
a { background-color: #10C81B; }
a { background-color: rgb(16,200,27); }
div.DivClassName
{
background-color: #10C81B;
}
.BgClassName
{
background-color: #10C81B;
}
</style>
border-color css
<style>
span { border-color: #10C81B; }
span { border-color: rgb(16,200,27); }
td.TdClassName
{
border-color: #10C81B;
}
.TagClassName
{
border-color: #10C81B;
}
</style>