Shades of Lime Green #0FC913
Tints of Lime Green #0FC913
RGB
CMYK
RGB Variations
Color information
#0FC913 (or 0x0FC913) is known color: Lime Green. HEX triplet: 0F, C9 and 13. RGB value is (15,201,19). Sum of RGB (Red+Green+Blue) = 15+201+19=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 201 (78.91% from 255 or 85.53% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC913 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC913 is #F036EC. Grayscale: #7D7D7D. Windows color (decimal): -15742701 or 1296655. OLE color: 1296655.
HSL color Cylindrical-coordinate representation of color #0FC913: hue angle of 121.29º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC913 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 19 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.21 |
| HSL | 121.29º | 0.86% | 0.42% | - |
| HSV(B) | 121.29º | 0.93% | 0.79% | - |
| XYZ | 21.2 | 41.92 | 7.59 | - |
| YUV | 124.64 | 68.38 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 19 | 0.93 | 0 | 0.91 | 0.21 | 121.29 | 0.86 | 0.42 |
| Hex | F | C9 | 13 | 5D | 0 | 5B | 15 | 79 | 56 | 2A |
| Octal | 17 | 311 | 23 | 135 | 0 | 133 | 25 | 171 | 126 | 52 |
| Binary | 1111 | 11001001 | 10011 | 1011101 | 0 | 1011011 | 10101 | 1111001 | 1010110 | 101010 |
Color Harmonies of #0FC913
Complementary color
Monochromatic Colors of #0FC913
Black with #0FC913
Text Example
Text Example
White with #0FC913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC913; }
p { color: rgb(15,201,19); }
H1.HeaderClassName
{
color: #0FC913;
}
.AnyTagClassName
{
color: #0FC913;
}
</style>
background-color css
<style>
a { background-color: #0FC913; }
a { background-color: rgb(15,201,19); }
div.DivClassName
{
background-color: #0FC913;
}
.BgClassName
{
background-color: #0FC913;
}
</style>
border-color css
<style>
span { border-color: #0FC913; }
span { border-color: rgb(15,201,19); }
td.TdClassName
{
border-color: #0FC913;
}
.TagClassName
{
border-color: #0FC913;
}
</style>