Shades of Lime #06FF08
Tints of Lime #06FF08
RGB
CMYK
RGB Variations
Color information
#06FF08 (or 0x06FF08) is known color: Lime. HEX triplet: 06, FF and 08. RGB value is (6,255,8). Sum of RGB (Red+Green+Blue) = 6+255+8=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 255 (100% from 255 or 94.80% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FF08 is #F900F7. Grayscale: #999999. Windows color (decimal): -16318712 or 589574. OLE color: 589574.
HSL color Cylindrical-coordinate representation of color #06FF08: hue angle of 120.48º 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 #06FF08 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 8 | - |
| CMYK | 0.98 | 0 | 0.97 | 0 |
| HSL | 120.48º | 1% | 0.51% | - |
| HSV(B) | 120.48º | 0.98% | 1% | - |
| XYZ | 35.88 | 71.58 | 12.15 | - |
| YUV | 152.39 | 46.51 | 23.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 8 | 0.98 | 0 | 0.97 | 0 | 120.48 | 1 | 0.51 |
| Hex | 6 | FF | 8 | 62 | 0 | 61 | 0 | 78 | 64 | 33 |
| Octal | 6 | 377 | 10 | 142 | 0 | 141 | 0 | 170 | 144 | 63 |
| Binary | 110 | 11111111 | 1000 | 1100010 | 0 | 1100001 | 0 | 1111000 | 1100100 | 110011 |
Color Harmonies of #06FF08
Complementary color
Monochromatic Colors of #06FF08
Black with #06FF08
Text Example
Text Example
White with #06FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF08; }
p { color: rgb(6,255,8); }
H1.HeaderClassName
{
color: #06FF08;
}
.AnyTagClassName
{
color: #06FF08;
}
</style>
background-color css
<style>
a { background-color: #06FF08; }
a { background-color: rgb(6,255,8); }
div.DivClassName
{
background-color: #06FF08;
}
.BgClassName
{
background-color: #06FF08;
}
</style>
border-color css
<style>
span { border-color: #06FF08; }
span { border-color: rgb(6,255,8); }
td.TdClassName
{
border-color: #06FF08;
}
.TagClassName
{
border-color: #06FF08;
}
</style>