Shades of Lime #06FC02
Tints of Lime #06FC02
RGB
CMYK
RGB Variations
Color information
#06FC02 (or 0x06FC02) is known color: Lime. HEX triplet: 06, FC and 02. RGB value is (6,252,2). Sum of RGB (Red+Green+Blue) = 6+252+2=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 252 (98.83% from 255 or 96.92% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 252 - color contains mainly: green. Hex color #06FC02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FC02 is #F903FD. Grayscale: #969696. Windows color (decimal): -16319486 or 195590. OLE color: 195590.
HSL color Cylindrical-coordinate representation of color #06FC02: hue angle of 119.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06FC02 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 252 | 2 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.01 |
| HSL | 119.04º | 0.98% | 0.5% | - |
| HSV(B) | 119.04º | 0.99% | 0.99% | - |
| XYZ | 34.9 | 69.66 | 11.66 | - |
| YUV | 149.95 | 44.5 | 25.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 252 | 2 | 0.98 | 0 | 0.99 | 0.01 | 119.04 | 0.98 | 0.5 |
| Hex | 6 | FC | 2 | 62 | 0 | 63 | 1 | 77 | 62 | 32 |
| Octal | 6 | 374 | 2 | 142 | 0 | 143 | 1 | 167 | 142 | 62 |
| Binary | 110 | 11111100 | 10 | 1100010 | 0 | 1100011 | 1 | 1110111 | 1100010 | 110010 |
Color Harmonies of #06FC02
Complementary color
Monochromatic Colors of #06FC02
Black with #06FC02
Text Example
Text Example
White with #06FC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FC02; }
p { color: rgb(6,252,2); }
H1.HeaderClassName
{
color: #06FC02;
}
.AnyTagClassName
{
color: #06FC02;
}
</style>
background-color css
<style>
a { background-color: #06FC02; }
a { background-color: rgb(6,252,2); }
div.DivClassName
{
background-color: #06FC02;
}
.BgClassName
{
background-color: #06FC02;
}
</style>
border-color css
<style>
span { border-color: #06FC02; }
span { border-color: rgb(6,252,2); }
td.TdClassName
{
border-color: #06FC02;
}
.TagClassName
{
border-color: #06FC02;
}
</style>