Shades of Lime #00F908
Tints of Lime #00F908
RGB
CMYK
RGB Variations
Color information
#00F908 (or 0x00F908) is known color: Lime. HEX triplet: 00, F9 and 08. RGB value is (0,249,8). Sum of RGB (Red+Green+Blue) = 0+249+8=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 249 (97.66% from 255 or 96.89% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 249 - color contains mainly: green. Hex color #00F908 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00F908 is #FF06F7. Grayscale: #939393. Windows color (decimal): -16713464 or 588032. OLE color: 588032.
HSL color Cylindrical-coordinate representation of color #00F908: hue angle of 121.93º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F908 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 8 | - |
| CMYK | 1 | 0 | 0.97 | 0.02 |
| HSL | 121.93º | 1% | 0.49% | - |
| HSV(B) | 121.93º | 1% | 0.98% | - |
| XYZ | 33.92 | 67.77 | 11.52 | - |
| YUV | 147.08 | 49.51 | 23.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 8 | 1 | 0 | 0.97 | 0.02 | 121.93 | 1 | 0.49 |
| Hex | 0 | F9 | 8 | 64 | 0 | 61 | 2 | 7A | 64 | 31 |
| Octal | 0 | 371 | 10 | 144 | 0 | 141 | 2 | 172 | 144 | 61 |
| Binary | 0 | 11111001 | 1000 | 1100100 | 0 | 1100001 | 10 | 1111010 | 1100100 | 110001 |
Color Harmonies of #00F908
Complementary color
Monochromatic Colors of #00F908
Black with #00F908
Text Example
Text Example
White with #00F908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F908; }
p { color: rgb(0,249,8); }
H1.HeaderClassName
{
color: #00F908;
}
.AnyTagClassName
{
color: #00F908;
}
</style>
background-color css
<style>
a { background-color: #00F908; }
a { background-color: rgb(0,249,8); }
div.DivClassName
{
background-color: #00F908;
}
.BgClassName
{
background-color: #00F908;
}
</style>
border-color css
<style>
span { border-color: #00F908; }
span { border-color: rgb(0,249,8); }
td.TdClassName
{
border-color: #00F908;
}
.TagClassName
{
border-color: #00F908;
}
</style>