Shades of Lime #02FD01
Tints of Lime #02FD01
RGB
CMYK
RGB Variations
Color information
#02FD01 (or 0x02FD01) is known color: Lime. HEX triplet: 02, FD and 01. RGB value is (2,253,1). Sum of RGB (Red+Green+Blue) = 2+253+1=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 253 (99.22% from 255 or 98.83% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 253 - color contains mainly: green. Hex color #02FD01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FD01 is #FD02FE. Grayscale: #959595. Windows color (decimal): -16581375 or 130306. OLE color: 130306.
HSL color Cylindrical-coordinate representation of color #02FD01: hue angle of 119.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02FD01 is Cyan = 0.99, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 253 | 1 | - |
| CMYK | 0.99 | 0 | 1.00 | 0.01 |
| HSL | 119.76º | 0.99% | 0.5% | - |
| HSV(B) | 119.76º | 1% | 0.99% | - |
| XYZ | 35.16 | 70.27 | 11.74 | - |
| YUV | 149.22 | 44.34 | 22.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 253 | 1 | 0.99 | 0 | 1.00 | 0.01 | 119.76 | 0.99 | 0.5 |
| Hex | 2 | FD | 1 | 63 | 0 | 64 | 1 | 78 | 63 | 32 |
| Octal | 2 | 375 | 1 | 143 | 0 | 144 | 1 | 170 | 143 | 62 |
| Binary | 10 | 11111101 | 1 | 1100011 | 0 | 1100100 | 1 | 1111000 | 1100011 | 110010 |
Color Harmonies of #02FD01
Complementary color
Monochromatic Colors of #02FD01
Black with #02FD01
Text Example
Text Example
White with #02FD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FD01; }
p { color: rgb(2,253,1); }
H1.HeaderClassName
{
color: #02FD01;
}
.AnyTagClassName
{
color: #02FD01;
}
</style>
background-color css
<style>
a { background-color: #02FD01; }
a { background-color: rgb(2,253,1); }
div.DivClassName
{
background-color: #02FD01;
}
.BgClassName
{
background-color: #02FD01;
}
</style>
border-color css
<style>
span { border-color: #02FD01; }
span { border-color: rgb(2,253,1); }
td.TdClassName
{
border-color: #02FD01;
}
.TagClassName
{
border-color: #02FD01;
}
</style>