Shades of Lime #06FE02
Tints of Lime #06FE02
RGB
CMYK
RGB Variations
Color information
#06FE02 (or 0x06FE02) is known color: Lime. HEX triplet: 06, FE and 02. RGB value is (6,254,2). Sum of RGB (Red+Green+Blue) = 6+254+2=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 254 (99.61% from 255 or 96.95% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 254 - color contains mainly: green. Hex color #06FE02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FE02 is #F901FD. Grayscale: #979797. Windows color (decimal): -16318974 or 196102. OLE color: 196102.
HSL color Cylindrical-coordinate representation of color #06FE02: hue angle of 119.05º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06FE02 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 254 | 2 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.00 |
| HSL | 119.05º | 0.99% | 0.5% | - |
| HSV(B) | 119.05º | 0.99% | 1% | - |
| XYZ | 35.53 | 70.93 | 11.88 | - |
| YUV | 151.12 | 43.84 | 24.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 254 | 2 | 0.98 | 0 | 0.99 | 0.00 | 119.05 | 0.99 | 0.5 |
| Hex | 6 | FE | 2 | 62 | 0 | 63 | 0 | 77 | 63 | 32 |
| Octal | 6 | 376 | 2 | 142 | 0 | 143 | 0 | 167 | 143 | 62 |
| Binary | 110 | 11111110 | 10 | 1100010 | 0 | 1100011 | 0 | 1110111 | 1100011 | 110010 |
Color Harmonies of #06FE02
Complementary color
Monochromatic Colors of #06FE02
Black with #06FE02
Text Example
Text Example
White with #06FE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FE02; }
p { color: rgb(6,254,2); }
H1.HeaderClassName
{
color: #06FE02;
}
.AnyTagClassName
{
color: #06FE02;
}
</style>
background-color css
<style>
a { background-color: #06FE02; }
a { background-color: rgb(6,254,2); }
div.DivClassName
{
background-color: #06FE02;
}
.BgClassName
{
background-color: #06FE02;
}
</style>
border-color css
<style>
span { border-color: #06FE02; }
span { border-color: rgb(6,254,2); }
td.TdClassName
{
border-color: #06FE02;
}
.TagClassName
{
border-color: #06FE02;
}
</style>