Shades of Lime Green #10CA1B
Tints of Lime Green #10CA1B
RGB
CMYK
RGB Variations
Color information
#10CA1B (or 0x10CA1B) is known color: Lime Green. HEX triplet: 10, CA and 1B. RGB value is (16,202,27). Sum of RGB (Red+Green+Blue) = 16+202+27=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 202 (79.30% from 255 or 82.45% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 202 - color contains mainly: green. Hex color #10CA1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CA1B is #EF35E4. Grayscale: #7E7E7E. Windows color (decimal): -15676901 or 1821200. OLE color: 1821200.
HSL color Cylindrical-coordinate representation of color #10CA1B: hue angle of 123.55º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CA1B is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 202 | 27 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.21 |
| HSL | 123.55º | 0.85% | 0.43% | - |
| HSV(B) | 123.55º | 0.92% | 0.79% | - |
| XYZ | 21.53 | 42.43 | 8.09 | - |
| YUV | 126.44 | 71.88 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 27 | 0.92 | 0 | 0.87 | 0.21 | 123.55 | 0.85 | 0.43 |
| Hex | 10 | CA | 1B | 5C | 0 | 57 | 15 | 7C | 55 | 2B |
| Octal | 20 | 312 | 33 | 134 | 0 | 127 | 25 | 174 | 125 | 53 |
| Binary | 10000 | 11001010 | 11011 | 1011100 | 0 | 1010111 | 10101 | 1111100 | 1010101 | 101011 |
Color Harmonies of #10CA1B
Complementary color
Monochromatic Colors of #10CA1B
Black with #10CA1B
Text Example
Text Example
White with #10CA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CA1B; }
p { color: rgb(16,202,27); }
H1.HeaderClassName
{
color: #10CA1B;
}
.AnyTagClassName
{
color: #10CA1B;
}
</style>
background-color css
<style>
a { background-color: #10CA1B; }
a { background-color: rgb(16,202,27); }
div.DivClassName
{
background-color: #10CA1B;
}
.BgClassName
{
background-color: #10CA1B;
}
</style>
border-color css
<style>
span { border-color: #10CA1B; }
span { border-color: rgb(16,202,27); }
td.TdClassName
{
border-color: #10CA1B;
}
.TagClassName
{
border-color: #10CA1B;
}
</style>