Shades of Lime Green #0FC810
Tints of Lime Green #0FC810
RGB
CMYK
RGB Variations
Color information
#0FC810 (or 0x0FC810) is known color: Lime Green. HEX triplet: 0F, C8 and 10. RGB value is (15,200,16). Sum of RGB (Red+Green+Blue) = 15+200+16=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 200 (78.52% from 255 or 86.58% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC810 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC810 is #F037EF. Grayscale: #7C7C7C. Windows color (decimal): -15742960 or 1099791. OLE color: 1099791.
HSL color Cylindrical-coordinate representation of color #0FC810: hue angle of 120.32º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC810 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 16 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.22 |
| HSL | 120.32º | 0.86% | 0.42% | - |
| HSV(B) | 120.32º | 0.93% | 0.78% | - |
| XYZ | 20.94 | 41.45 | 7.39 | - |
| YUV | 123.71 | 67.21 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 16 | 0.92 | 0 | 0.92 | 0.22 | 120.32 | 0.86 | 0.42 |
| Hex | F | C8 | 10 | 5C | 0 | 5C | 16 | 78 | 56 | 2A |
| Octal | 17 | 310 | 20 | 134 | 0 | 134 | 26 | 170 | 126 | 52 |
| Binary | 1111 | 11001000 | 10000 | 1011100 | 0 | 1011100 | 10110 | 1111000 | 1010110 | 101010 |
Color Harmonies of #0FC810
Complementary color
Monochromatic Colors of #0FC810
Black with #0FC810
Text Example
Text Example
White with #0FC810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC810; }
p { color: rgb(15,200,16); }
H1.HeaderClassName
{
color: #0FC810;
}
.AnyTagClassName
{
color: #0FC810;
}
</style>
background-color css
<style>
a { background-color: #0FC810; }
a { background-color: rgb(15,200,16); }
div.DivClassName
{
background-color: #0FC810;
}
.BgClassName
{
background-color: #0FC810;
}
</style>
border-color css
<style>
span { border-color: #0FC810; }
span { border-color: rgb(15,200,16); }
td.TdClassName
{
border-color: #0FC810;
}
.TagClassName
{
border-color: #0FC810;
}
</style>