Shades of Lime Green #10CE1B
Tints of Lime Green #10CE1B
RGB
CMYK
RGB Variations
Color information
#10CE1B (or 0x10CE1B) is known color: Lime Green. HEX triplet: 10, CE and 1B. RGB value is (16,206,27). Sum of RGB (Red+Green+Blue) = 16+206+27=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 206 (80.86% from 255 or 82.73% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CE1B is #EF31E4. Grayscale: #818181. Windows color (decimal): -15675877 or 1822224. OLE color: 1822224.
HSL color Cylindrical-coordinate representation of color #10CE1B: hue angle of 123.47º 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 #10CE1B is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 27 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.19 |
| HSL | 123.47º | 0.86% | 0.44% | - |
| HSV(B) | 123.47º | 0.92% | 0.81% | - |
| XYZ | 22.48 | 44.33 | 8.41 | - |
| YUV | 128.78 | 70.55 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 27 | 0.92 | 0 | 0.87 | 0.19 | 123.47 | 0.86 | 0.44 |
| Hex | 10 | CE | 1B | 5C | 0 | 57 | 13 | 7B | 56 | 2C |
| Octal | 20 | 316 | 33 | 134 | 0 | 127 | 23 | 173 | 126 | 54 |
| Binary | 10000 | 11001110 | 11011 | 1011100 | 0 | 1010111 | 10011 | 1111011 | 1010110 | 101100 |
Color Harmonies of #10CE1B
Complementary color
Monochromatic Colors of #10CE1B
Black with #10CE1B
Text Example
Text Example
White with #10CE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE1B; }
p { color: rgb(16,206,27); }
H1.HeaderClassName
{
color: #10CE1B;
}
.AnyTagClassName
{
color: #10CE1B;
}
</style>
background-color css
<style>
a { background-color: #10CE1B; }
a { background-color: rgb(16,206,27); }
div.DivClassName
{
background-color: #10CE1B;
}
.BgClassName
{
background-color: #10CE1B;
}
</style>
border-color css
<style>
span { border-color: #10CE1B; }
span { border-color: rgb(16,206,27); }
td.TdClassName
{
border-color: #10CE1B;
}
.TagClassName
{
border-color: #10CE1B;
}
</style>