Shades of Lime #0FF200
Tints of Lime #0FF200
RGB
CMYK
RGB Variations
Color information
#0FF200 (or 0x0FF200) is known color: Lime. HEX triplet: 0F, F2 and 00. RGB value is (15,242,0). Sum of RGB (Red+Green+Blue) = 15+242+0=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 242 (94.92% from 255 or 94.16% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 242 - color contains mainly: green. Hex color #0FF200 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF200 is #F00DFF. Grayscale: #939393. Windows color (decimal): -15732224 or 61967. OLE color: 61967.
HSL color Cylindrical-coordinate representation of color #0FF200: hue angle of 116.28º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FF200 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 242 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.05 |
| HSL | 116.28º | 1% | 0.47% | - |
| HSV(B) | 116.28º | 1% | 0.95% | - |
| XYZ | 31.95 | 63.61 | 10.59 | - |
| YUV | 146.54 | 45.29 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 242 | 0 | 0.94 | 0 | 1 | 0.05 | 116.28 | 1 | 0.47 |
| Hex | F | F2 | 0 | 5E | 0 | 64 | 5 | 74 | 64 | 2F |
| Octal | 17 | 362 | 0 | 136 | 0 | 144 | 5 | 164 | 144 | 57 |
| Binary | 1111 | 11110010 | 0 | 1011110 | 0 | 1100100 | 101 | 1110100 | 1100100 | 101111 |
Color Harmonies of #0FF200
Complementary color
Monochromatic Colors of #0FF200
Black with #0FF200
Text Example
Text Example
White with #0FF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF200; }
p { color: rgb(15,242,0); }
H1.HeaderClassName
{
color: #0FF200;
}
.AnyTagClassName
{
color: #0FF200;
}
</style>
background-color css
<style>
a { background-color: #0FF200; }
a { background-color: rgb(15,242,0); }
div.DivClassName
{
background-color: #0FF200;
}
.BgClassName
{
background-color: #0FF200;
}
</style>
border-color css
<style>
span { border-color: #0FF200; }
span { border-color: rgb(15,242,0); }
td.TdClassName
{
border-color: #0FF200;
}
.TagClassName
{
border-color: #0FF200;
}
</style>