Shades of Lime Green #10CF19
Tints of Lime Green #10CF19
RGB
CMYK
RGB Variations
Color information
#10CF19 (or 0x10CF19) is known color: Lime Green. HEX triplet: 10, CF and 19. RGB value is (16,207,25). Sum of RGB (Red+Green+Blue) = 16+207+25=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 207 (81.25% from 255 or 83.47% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CF19 is #EF30E6. Grayscale: #818181. Windows color (decimal): -15675623 or 1691408. OLE color: 1691408.
HSL color Cylindrical-coordinate representation of color #10CF19: hue angle of 122.83º 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 #10CF19 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 25 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.19 |
| HSL | 122.83º | 0.86% | 0.44% | - |
| HSV(B) | 122.83º | 0.92% | 0.81% | - |
| XYZ | 22.7 | 44.81 | 8.37 | - |
| YUV | 129.14 | 69.22 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 25 | 0.92 | 0 | 0.88 | 0.19 | 122.83 | 0.86 | 0.44 |
| Hex | 10 | CF | 19 | 5C | 0 | 58 | 13 | 7B | 56 | 2C |
| Octal | 20 | 317 | 31 | 134 | 0 | 130 | 23 | 173 | 126 | 54 |
| Binary | 10000 | 11001111 | 11001 | 1011100 | 0 | 1011000 | 10011 | 1111011 | 1010110 | 101100 |
Color Harmonies of #10CF19
Complementary color
Monochromatic Colors of #10CF19
Black with #10CF19
Text Example
Text Example
White with #10CF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CF19; }
p { color: rgb(16,207,25); }
H1.HeaderClassName
{
color: #10CF19;
}
.AnyTagClassName
{
color: #10CF19;
}
</style>
background-color css
<style>
a { background-color: #10CF19; }
a { background-color: rgb(16,207,25); }
div.DivClassName
{
background-color: #10CF19;
}
.BgClassName
{
background-color: #10CF19;
}
</style>
border-color css
<style>
span { border-color: #10CF19; }
span { border-color: rgb(16,207,25); }
td.TdClassName
{
border-color: #10CF19;
}
.TagClassName
{
border-color: #10CF19;
}
</style>