Shades of Lime #02F401
Tints of Lime #02F401
RGB
CMYK
RGB Variations
Color information
#02F401 (or 0x02F401) is known color: Lime. HEX triplet: 02, F4 and 01. RGB value is (2,244,1). Sum of RGB (Red+Green+Blue) = 2+244+1=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 244 (95.70% from 255 or 98.79% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 244 - color contains mainly: green. Hex color #02F401 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02F401 is #FD0BFE. Grayscale: #909090. Windows color (decimal): -16583679 or 128002. OLE color: 128002.
HSL color Cylindrical-coordinate representation of color #02F401: hue angle of 119.75º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02F401 is Cyan = 0.99, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 244 | 1 | - |
| CMYK | 0.99 | 0 | 1.00 | 0.04 |
| HSL | 119.75º | 0.99% | 0.48% | - |
| HSV(B) | 119.75º | 1% | 0.96% | - |
| XYZ | 32.38 | 64.72 | 10.81 | - |
| YUV | 143.94 | 47.33 | 26.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 244 | 1 | 0.99 | 0 | 1.00 | 0.04 | 119.75 | 0.99 | 0.48 |
| Hex | 2 | F4 | 1 | 63 | 0 | 64 | 4 | 78 | 63 | 30 |
| Octal | 2 | 364 | 1 | 143 | 0 | 144 | 4 | 170 | 143 | 60 |
| Binary | 10 | 11110100 | 1 | 1100011 | 0 | 1100100 | 100 | 1111000 | 1100011 | 110000 |
Color Harmonies of #02F401
Complementary color
Monochromatic Colors of #02F401
Black with #02F401
Text Example
Text Example
White with #02F401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F401; }
p { color: rgb(2,244,1); }
H1.HeaderClassName
{
color: #02F401;
}
.AnyTagClassName
{
color: #02F401;
}
</style>
background-color css
<style>
a { background-color: #02F401; }
a { background-color: rgb(2,244,1); }
div.DivClassName
{
background-color: #02F401;
}
.BgClassName
{
background-color: #02F401;
}
</style>
border-color css
<style>
span { border-color: #02F401; }
span { border-color: rgb(2,244,1); }
td.TdClassName
{
border-color: #02F401;
}
.TagClassName
{
border-color: #02F401;
}
</style>