Shades of Lime #02F502
Tints of Lime #02F502
RGB
CMYK
RGB Variations
Color information
#02F502 (or 0x02F502) is known color: Lime. HEX triplet: 02, F5 and 02. RGB value is (2,245,2). Sum of RGB (Red+Green+Blue) = 2+245+2=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 245 (96.09% from 255 or 98.39% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 245 - color contains mainly: green. Hex color #02F502 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02F502 is #FD0AFD. Grayscale: #919191. Windows color (decimal): -16583422 or 193794. OLE color: 193794.
HSL color Cylindrical-coordinate representation of color #02F502: hue angle of 120º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F502 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 245 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.04 |
| HSL | 120º | 0.98% | 0.48% | - |
| HSV(B) | 120º | 0.99% | 0.96% | - |
| XYZ | 32.69 | 65.32 | 10.94 | - |
| YUV | 144.64 | 47.49 | 26.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 245 | 2 | 0.99 | 0 | 0.99 | 0.04 | 120 | 0.98 | 0.48 |
| Hex | 2 | F5 | 2 | 63 | 0 | 63 | 4 | 78 | 62 | 30 |
| Octal | 2 | 365 | 2 | 143 | 0 | 143 | 4 | 170 | 142 | 60 |
| Binary | 10 | 11110101 | 10 | 1100011 | 0 | 1100011 | 100 | 1111000 | 1100010 | 110000 |
Color Harmonies of #02F502
Complementary color
Monochromatic Colors of #02F502
Black with #02F502
Text Example
Text Example
White with #02F502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F502; }
p { color: rgb(2,245,2); }
H1.HeaderClassName
{
color: #02F502;
}
.AnyTagClassName
{
color: #02F502;
}
</style>
background-color css
<style>
a { background-color: #02F502; }
a { background-color: rgb(2,245,2); }
div.DivClassName
{
background-color: #02F502;
}
.BgClassName
{
background-color: #02F502;
}
</style>
border-color css
<style>
span { border-color: #02F502; }
span { border-color: rgb(2,245,2); }
td.TdClassName
{
border-color: #02F502;
}
.TagClassName
{
border-color: #02F502;
}
</style>