Shades of Lime #00F203
Tints of Lime #00F203
RGB
CMYK
RGB Variations
Color information
#00F203 (or 0x00F203) is known color: Lime. HEX triplet: 00, F2 and 03. RGB value is (0,242,3). Sum of RGB (Red+Green+Blue) = 0+242+3=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 242 (94.92% from 255 or 98.78% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 242 - color contains mainly: green. Hex color #00F203 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00F203 is #FF0DFC. Grayscale: #8F8F8F. Windows color (decimal): -16715261 or 258560. OLE color: 258560.
HSL color Cylindrical-coordinate representation of color #00F203: hue angle of 120.74º 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 #00F203 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 242 | 3 | - |
| CMYK | 1 | 0 | 0.99 | 0.05 |
| HSL | 120.74º | 1% | 0.47% | - |
| HSV(B) | 120.74º | 1% | 0.95% | - |
| XYZ | 31.77 | 63.51 | 10.67 | - |
| YUV | 142.4 | 49.33 | 26.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 242 | 3 | 1 | 0 | 0.99 | 0.05 | 120.74 | 1 | 0.47 |
| Hex | 0 | F2 | 3 | 64 | 0 | 63 | 5 | 79 | 64 | 2F |
| Octal | 0 | 362 | 3 | 144 | 0 | 143 | 5 | 171 | 144 | 57 |
| Binary | 0 | 11110010 | 11 | 1100100 | 0 | 1100011 | 101 | 1111001 | 1100100 | 101111 |
Color Harmonies of #00F203
Complementary color
Monochromatic Colors of #00F203
Black with #00F203
Text Example
Text Example
White with #00F203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F203; }
p { color: rgb(0,242,3); }
H1.HeaderClassName
{
color: #00F203;
}
.AnyTagClassName
{
color: #00F203;
}
</style>
background-color css
<style>
a { background-color: #00F203; }
a { background-color: rgb(0,242,3); }
div.DivClassName
{
background-color: #00F203;
}
.BgClassName
{
background-color: #00F203;
}
</style>
border-color css
<style>
span { border-color: #00F203; }
span { border-color: rgb(0,242,3); }
td.TdClassName
{
border-color: #00F203;
}
.TagClassName
{
border-color: #00F203;
}
</style>