Shades of Lime #08FF02
Tints of Lime #08FF02
RGB
CMYK
RGB Variations
Color information
#08FF02 (or 0x08FF02) is known color: Lime. HEX triplet: 08, FF and 02. RGB value is (8,255,2). Sum of RGB (Red+Green+Blue) = 8+255+2=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 255 (100% from 255 or 96.23% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 255 - color contains mainly: green. Hex color #08FF02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08FF02 is #F700FD. Grayscale: #999999. Windows color (decimal): -16187646 or 196360. OLE color: 196360.
HSL color Cylindrical-coordinate representation of color #08FF02: hue angle of 118.58º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08FF02 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 2 | - |
| CMYK | 0.97 | 0 | 0.99 | 0 |
| HSL | 118.58º | 1% | 0.5% | - |
| HSV(B) | 118.58º | 0.99% | 1% | - |
| XYZ | 35.87 | 71.58 | 11.98 | - |
| YUV | 152.31 | 43.17 | 25.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 2 | 0.97 | 0 | 0.99 | 0 | 118.58 | 1 | 0.5 |
| Hex | 8 | FF | 2 | 61 | 0 | 63 | 0 | 77 | 64 | 32 |
| Octal | 10 | 377 | 2 | 141 | 0 | 143 | 0 | 167 | 144 | 62 |
| Binary | 1000 | 11111111 | 10 | 1100001 | 0 | 1100011 | 0 | 1110111 | 1100100 | 110010 |
Color Harmonies of #08FF02
Complementary color
Monochromatic Colors of #08FF02
Black with #08FF02
Text Example
Text Example
White with #08FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FF02; }
p { color: rgb(8,255,2); }
H1.HeaderClassName
{
color: #08FF02;
}
.AnyTagClassName
{
color: #08FF02;
}
</style>
background-color css
<style>
a { background-color: #08FF02; }
a { background-color: rgb(8,255,2); }
div.DivClassName
{
background-color: #08FF02;
}
.BgClassName
{
background-color: #08FF02;
}
</style>
border-color css
<style>
span { border-color: #08FF02; }
span { border-color: rgb(8,255,2); }
td.TdClassName
{
border-color: #08FF02;
}
.TagClassName
{
border-color: #08FF02;
}
</style>