Shades of Lime #08F802
Tints of Lime #08F802
RGB
CMYK
RGB Variations
Color information
#08F802 (or 0x08F802) is known color: Lime. HEX triplet: 08, F8 and 02. RGB value is (8,248,2). Sum of RGB (Red+Green+Blue) = 8+248+2=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 248 (97.27% from 255 or 96.12% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 248 - color contains mainly: green. Hex color #08F802 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08F802 is #F707FD. Grayscale: #949494. Windows color (decimal): -16189438 or 194568. OLE color: 194568.
HSL color Cylindrical-coordinate representation of color #08F802: hue angle of 118.54º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08F802 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 248 | 2 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.03 |
| HSL | 118.54º | 0.98% | 0.49% | - |
| HSV(B) | 118.54º | 0.99% | 0.97% | - |
| XYZ | 33.68 | 67.19 | 11.25 | - |
| YUV | 148.2 | 45.49 | 28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 248 | 2 | 0.97 | 0 | 0.99 | 0.03 | 118.54 | 0.98 | 0.49 |
| Hex | 8 | F8 | 2 | 61 | 0 | 63 | 3 | 77 | 62 | 31 |
| Octal | 10 | 370 | 2 | 141 | 0 | 143 | 3 | 167 | 142 | 61 |
| Binary | 1000 | 11111000 | 10 | 1100001 | 0 | 1100011 | 11 | 1110111 | 1100010 | 110001 |
Color Harmonies of #08F802
Complementary color
Monochromatic Colors of #08F802
Black with #08F802
Text Example
Text Example
White with #08F802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F802; }
p { color: rgb(8,248,2); }
H1.HeaderClassName
{
color: #08F802;
}
.AnyTagClassName
{
color: #08F802;
}
</style>
background-color css
<style>
a { background-color: #08F802; }
a { background-color: rgb(8,248,2); }
div.DivClassName
{
background-color: #08F802;
}
.BgClassName
{
background-color: #08F802;
}
</style>
border-color css
<style>
span { border-color: #08F802; }
span { border-color: rgb(8,248,2); }
td.TdClassName
{
border-color: #08F802;
}
.TagClassName
{
border-color: #08F802;
}
</style>