Shades of Lime #08F905
Tints of Lime #08F905
RGB
CMYK
RGB Variations
Color information
#08F905 (or 0x08F905) is known color: Lime. HEX triplet: 08, F9 and 05. RGB value is (8,249,5). Sum of RGB (Red+Green+Blue) = 8+249+5=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 249 (97.66% from 255 or 95.04% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 249 - color contains mainly: green. Hex color #08F905 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08F905 is #F706FA. Grayscale: #959595. Windows color (decimal): -16189179 or 391432. OLE color: 391432.
HSL color Cylindrical-coordinate representation of color #08F905: hue angle of 119.26º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #08F905 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 249 | 5 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.02 |
| HSL | 119.26º | 0.96% | 0.5% | - |
| HSV(B) | 119.26º | 0.98% | 0.98% | - |
| XYZ | 34 | 67.81 | 11.44 | - |
| YUV | 149.13 | 46.66 | 27.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 249 | 5 | 0.97 | 0 | 0.98 | 0.02 | 119.26 | 0.96 | 0.5 |
| Hex | 8 | F9 | 5 | 61 | 0 | 62 | 2 | 77 | 60 | 32 |
| Octal | 10 | 371 | 5 | 141 | 0 | 142 | 2 | 167 | 140 | 62 |
| Binary | 1000 | 11111001 | 101 | 1100001 | 0 | 1100010 | 10 | 1110111 | 1100000 | 110010 |
Color Harmonies of #08F905
Complementary color
Monochromatic Colors of #08F905
Black with #08F905
Text Example
Text Example
White with #08F905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F905; }
p { color: rgb(8,249,5); }
H1.HeaderClassName
{
color: #08F905;
}
.AnyTagClassName
{
color: #08F905;
}
</style>
background-color css
<style>
a { background-color: #08F905; }
a { background-color: rgb(8,249,5); }
div.DivClassName
{
background-color: #08F905;
}
.BgClassName
{
background-color: #08F905;
}
</style>
border-color css
<style>
span { border-color: #08F905; }
span { border-color: rgb(8,249,5); }
td.TdClassName
{
border-color: #08F905;
}
.TagClassName
{
border-color: #08F905;
}
</style>