Shades of Lime #02FB02
Tints of Lime #02FB02
RGB
CMYK
RGB Variations
Color information
#02FB02 (or 0x02FB02) is known color: Lime. HEX triplet: 02, FB and 02. RGB value is (2,251,2). Sum of RGB (Red+Green+Blue) = 2+251+2=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 251 (98.44% from 255 or 98.43% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 251 - color contains mainly: green. Hex color #02FB02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FB02 is #FD04FD. Grayscale: #949494. Windows color (decimal): -16581886 or 195330. OLE color: 195330.
HSL color Cylindrical-coordinate representation of color #02FB02: hue angle of 120º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FB02 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 251 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.02 |
| HSL | 120º | 0.98% | 0.5% | - |
| HSV(B) | 120º | 0.99% | 0.98% | - |
| XYZ | 34.53 | 69.01 | 11.56 | - |
| YUV | 148.16 | 45.51 | 23.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 251 | 2 | 0.99 | 0 | 0.99 | 0.02 | 120 | 0.98 | 0.5 |
| Hex | 2 | FB | 2 | 63 | 0 | 63 | 2 | 78 | 62 | 32 |
| Octal | 2 | 373 | 2 | 143 | 0 | 143 | 2 | 170 | 142 | 62 |
| Binary | 10 | 11111011 | 10 | 1100011 | 0 | 1100011 | 10 | 1111000 | 1100010 | 110010 |
Color Harmonies of #02FB02
Complementary color
Monochromatic Colors of #02FB02
Black with #02FB02
Text Example
Text Example
White with #02FB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FB02; }
p { color: rgb(2,251,2); }
H1.HeaderClassName
{
color: #02FB02;
}
.AnyTagClassName
{
color: #02FB02;
}
</style>
background-color css
<style>
a { background-color: #02FB02; }
a { background-color: rgb(2,251,2); }
div.DivClassName
{
background-color: #02FB02;
}
.BgClassName
{
background-color: #02FB02;
}
</style>
border-color css
<style>
span { border-color: #02FB02; }
span { border-color: rgb(2,251,2); }
td.TdClassName
{
border-color: #02FB02;
}
.TagClassName
{
border-color: #02FB02;
}
</style>