Shades of Lime Green #10CB1B
Tints of Lime Green #10CB1B
RGB
CMYK
RGB Variations
Color information
#10CB1B (or 0x10CB1B) is known color: Lime Green. HEX triplet: 10, CB and 1B. RGB value is (16,203,27). Sum of RGB (Red+Green+Blue) = 16+203+27=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 203 (79.69% from 255 or 82.52% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 203 - color contains mainly: green. Hex color #10CB1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CB1B is #EF34E4. Grayscale: #7F7F7F. Windows color (decimal): -15676645 or 1821456. OLE color: 1821456.
HSL color Cylindrical-coordinate representation of color #10CB1B: hue angle of 123.53º degrees, saturation: 0.85, 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 #10CB1B is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 203 | 27 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.20 |
| HSL | 123.53º | 0.85% | 0.43% | - |
| HSV(B) | 123.53º | 0.92% | 0.8% | - |
| XYZ | 21.77 | 42.9 | 8.17 | - |
| YUV | 127.02 | 71.55 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 27 | 0.92 | 0 | 0.87 | 0.20 | 123.53 | 0.85 | 0.43 |
| Hex | 10 | CB | 1B | 5C | 0 | 57 | 14 | 7C | 55 | 2B |
| Octal | 20 | 313 | 33 | 134 | 0 | 127 | 24 | 174 | 125 | 53 |
| Binary | 10000 | 11001011 | 11011 | 1011100 | 0 | 1010111 | 10100 | 1111100 | 1010101 | 101011 |
Color Harmonies of #10CB1B
Complementary color
Monochromatic Colors of #10CB1B
Black with #10CB1B
Text Example
Text Example
White with #10CB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CB1B; }
p { color: rgb(16,203,27); }
H1.HeaderClassName
{
color: #10CB1B;
}
.AnyTagClassName
{
color: #10CB1B;
}
</style>
background-color css
<style>
a { background-color: #10CB1B; }
a { background-color: rgb(16,203,27); }
div.DivClassName
{
background-color: #10CB1B;
}
.BgClassName
{
background-color: #10CB1B;
}
</style>
border-color css
<style>
span { border-color: #10CB1B; }
span { border-color: rgb(16,203,27); }
td.TdClassName
{
border-color: #10CB1B;
}
.TagClassName
{
border-color: #10CB1B;
}
</style>