Shades of Lime #00F202
Tints of Lime #00F202
RGB
CMYK
RGB Variations
Color information
#00F202 (or 0x00F202) is known color: Lime. HEX triplet: 00, F2 and 02. RGB value is (0,242,2). Sum of RGB (Red+Green+Blue) = 0+242+2=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 242 (94.92% from 255 or 99.18% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 242 - color contains mainly: green. Hex color #00F202 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00F202 is #FF0DFD. Grayscale: #8F8F8F. Windows color (decimal): -16715262 or 193024. OLE color: 193024.
HSL color Cylindrical-coordinate representation of color #00F202: hue angle of 120.5º 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 #00F202 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 242 | 2 | - |
| CMYK | 1 | 0 | 0.99 | 0.05 |
| HSL | 120.5º | 1% | 0.47% | - |
| HSV(B) | 120.5º | 1% | 0.95% | - |
| XYZ | 31.76 | 63.51 | 10.64 | - |
| YUV | 142.28 | 48.83 | 26.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 242 | 2 | 1 | 0 | 0.99 | 0.05 | 120.5 | 1 | 0.47 |
| Hex | 0 | F2 | 2 | 64 | 0 | 63 | 5 | 78 | 64 | 2F |
| Octal | 0 | 362 | 2 | 144 | 0 | 143 | 5 | 170 | 144 | 57 |
| Binary | 0 | 11110010 | 10 | 1100100 | 0 | 1100011 | 101 | 1111000 | 1100100 | 101111 |
Color Harmonies of #00F202
Complementary color
Monochromatic Colors of #00F202
Black with #00F202
Text Example
Text Example
White with #00F202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F202; }
p { color: rgb(0,242,2); }
H1.HeaderClassName
{
color: #00F202;
}
.AnyTagClassName
{
color: #00F202;
}
</style>
background-color css
<style>
a { background-color: #00F202; }
a { background-color: rgb(0,242,2); }
div.DivClassName
{
background-color: #00F202;
}
.BgClassName
{
background-color: #00F202;
}
</style>
border-color css
<style>
span { border-color: #00F202; }
span { border-color: rgb(0,242,2); }
td.TdClassName
{
border-color: #00F202;
}
.TagClassName
{
border-color: #00F202;
}
</style>