Shades of Lime #06F502
Tints of Lime #06F502
RGB
CMYK
RGB Variations
Color information
#06F502 (or 0x06F502) is known color: Lime. HEX triplet: 06, F5 and 02. RGB value is (6,245,2). Sum of RGB (Red+Green+Blue) = 6+245+2=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 245 (96.09% from 255 or 96.84% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 245 - color contains mainly: green. Hex color #06F502 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06F502 is #F90AFD. Grayscale: #929292. Windows color (decimal): -16321278 or 193798. OLE color: 193798.
HSL color Cylindrical-coordinate representation of color #06F502: hue angle of 119.01º 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 #06F502 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 245 | 2 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.04 |
| HSL | 119.01º | 0.98% | 0.48% | - |
| HSV(B) | 119.01º | 0.99% | 0.96% | - |
| XYZ | 32.74 | 65.35 | 10.95 | - |
| YUV | 145.84 | 46.82 | 28.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 245 | 2 | 0.98 | 0 | 0.99 | 0.04 | 119.01 | 0.98 | 0.48 |
| Hex | 6 | F5 | 2 | 62 | 0 | 63 | 4 | 77 | 62 | 30 |
| Octal | 6 | 365 | 2 | 142 | 0 | 143 | 4 | 167 | 142 | 60 |
| Binary | 110 | 11110101 | 10 | 1100010 | 0 | 1100011 | 100 | 1110111 | 1100010 | 110000 |
Color Harmonies of #06F502
Complementary color
Monochromatic Colors of #06F502
Black with #06F502
Text Example
Text Example
White with #06F502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F502; }
p { color: rgb(6,245,2); }
H1.HeaderClassName
{
color: #06F502;
}
.AnyTagClassName
{
color: #06F502;
}
</style>
background-color css
<style>
a { background-color: #06F502; }
a { background-color: rgb(6,245,2); }
div.DivClassName
{
background-color: #06F502;
}
.BgClassName
{
background-color: #06F502;
}
</style>
border-color css
<style>
span { border-color: #06F502; }
span { border-color: rgb(6,245,2); }
td.TdClassName
{
border-color: #06F502;
}
.TagClassName
{
border-color: #06F502;
}
</style>