Shades of Lime #08F301
Tints of Lime #08F301
RGB
CMYK
RGB Variations
Color information
#08F301 (or 0x08F301) is known color: Lime. HEX triplet: 08, F3 and 01. RGB value is (8,243,1). Sum of RGB (Red+Green+Blue) = 8+243+1=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 243 (95.31% from 255 or 96.43% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 243 - color contains mainly: green. Hex color #08F301 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08F301 is #F70CFE. Grayscale: #919191. Windows color (decimal): -16190719 or 127752. OLE color: 127752.
HSL color Cylindrical-coordinate representation of color #08F301: hue angle of 118.26º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08F301 is Cyan = 0.97, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 243 | 1 | - |
| CMYK | 0.97 | 0 | 1.00 | 0.05 |
| HSL | 118.26º | 0.99% | 0.48% | - |
| HSV(B) | 118.26º | 1% | 0.95% | - |
| XYZ | 32.16 | 64.16 | 10.72 | - |
| YUV | 145.15 | 46.64 | 30.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 243 | 1 | 0.97 | 0 | 1.00 | 0.05 | 118.26 | 0.99 | 0.48 |
| Hex | 8 | F3 | 1 | 61 | 0 | 64 | 5 | 76 | 63 | 30 |
| Octal | 10 | 363 | 1 | 141 | 0 | 144 | 5 | 166 | 143 | 60 |
| Binary | 1000 | 11110011 | 1 | 1100001 | 0 | 1100100 | 101 | 1110110 | 1100011 | 110000 |
Color Harmonies of #08F301
Complementary color
Monochromatic Colors of #08F301
Black with #08F301
Text Example
Text Example
White with #08F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F301; }
p { color: rgb(8,243,1); }
H1.HeaderClassName
{
color: #08F301;
}
.AnyTagClassName
{
color: #08F301;
}
</style>
background-color css
<style>
a { background-color: #08F301; }
a { background-color: rgb(8,243,1); }
div.DivClassName
{
background-color: #08F301;
}
.BgClassName
{
background-color: #08F301;
}
</style>
border-color css
<style>
span { border-color: #08F301; }
span { border-color: rgb(8,243,1); }
td.TdClassName
{
border-color: #08F301;
}
.TagClassName
{
border-color: #08F301;
}
</style>