Shades of Lime #06FF05
Tints of Lime #06FF05
RGB
CMYK
RGB Variations
Color information
#06FF05 (or 0x06FF05) is known color: Lime. HEX triplet: 06, FF and 05. RGB value is (6,255,5). Sum of RGB (Red+Green+Blue) = 6+255+5=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 255 (100% from 255 or 95.86% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FF05 is #F900FA. Grayscale: #989898. Windows color (decimal): -16318715 or 392966. OLE color: 392966.
HSL color Cylindrical-coordinate representation of color #06FF05: hue angle of 119.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FF05 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 5 | - |
| CMYK | 0.98 | 0 | 0.98 | 0 |
| HSL | 119.76º | 1% | 0.51% | - |
| HSV(B) | 119.76º | 0.98% | 1% | - |
| XYZ | 35.86 | 71.57 | 12.07 | - |
| YUV | 152.05 | 45.01 | 23.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 5 | 0.98 | 0 | 0.98 | 0 | 119.76 | 1 | 0.51 |
| Hex | 6 | FF | 5 | 62 | 0 | 62 | 0 | 78 | 64 | 33 |
| Octal | 6 | 377 | 5 | 142 | 0 | 142 | 0 | 170 | 144 | 63 |
| Binary | 110 | 11111111 | 101 | 1100010 | 0 | 1100010 | 0 | 1111000 | 1100100 | 110011 |
Color Harmonies of #06FF05
Complementary color
Monochromatic Colors of #06FF05
Black with #06FF05
Text Example
Text Example
White with #06FF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF05; }
p { color: rgb(6,255,5); }
H1.HeaderClassName
{
color: #06FF05;
}
.AnyTagClassName
{
color: #06FF05;
}
</style>
background-color css
<style>
a { background-color: #06FF05; }
a { background-color: rgb(6,255,5); }
div.DivClassName
{
background-color: #06FF05;
}
.BgClassName
{
background-color: #06FF05;
}
</style>
border-color css
<style>
span { border-color: #06FF05; }
span { border-color: rgb(6,255,5); }
td.TdClassName
{
border-color: #06FF05;
}
.TagClassName
{
border-color: #06FF05;
}
</style>