Shades of Lime #05FB04
Tints of Lime #05FB04
RGB
CMYK
RGB Variations
Color information
#05FB04 (or 0x05FB04) is known color: Lime. HEX triplet: 05, FB and 04. RGB value is (5,251,4). Sum of RGB (Red+Green+Blue) = 5+251+4=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 251 (98.44% from 255 or 96.54% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 251 - color contains mainly: green. Hex color #05FB04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FB04 is #FA04FB. Grayscale: #969696. Windows color (decimal): -16385276 or 326405. OLE color: 326405.
HSL color Cylindrical-coordinate representation of color #05FB04: hue angle of 119.76º degrees, saturation: 0.97, 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 #05FB04 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 251 | 4 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.02 |
| HSL | 119.76º | 0.97% | 0.5% | - |
| HSV(B) | 119.76º | 0.98% | 0.98% | - |
| XYZ | 34.58 | 69.04 | 11.62 | - |
| YUV | 149.29 | 46 | 25.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 251 | 4 | 0.98 | 0 | 0.98 | 0.02 | 119.76 | 0.97 | 0.5 |
| Hex | 5 | FB | 4 | 62 | 0 | 62 | 2 | 78 | 61 | 32 |
| Octal | 5 | 373 | 4 | 142 | 0 | 142 | 2 | 170 | 141 | 62 |
| Binary | 101 | 11111011 | 100 | 1100010 | 0 | 1100010 | 10 | 1111000 | 1100001 | 110010 |
Color Harmonies of #05FB04
Complementary color
Monochromatic Colors of #05FB04
Black with #05FB04
Text Example
Text Example
White with #05FB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FB04; }
p { color: rgb(5,251,4); }
H1.HeaderClassName
{
color: #05FB04;
}
.AnyTagClassName
{
color: #05FB04;
}
</style>
background-color css
<style>
a { background-color: #05FB04; }
a { background-color: rgb(5,251,4); }
div.DivClassName
{
background-color: #05FB04;
}
.BgClassName
{
background-color: #05FB04;
}
</style>
border-color css
<style>
span { border-color: #05FB04; }
span { border-color: rgb(5,251,4); }
td.TdClassName
{
border-color: #05FB04;
}
.TagClassName
{
border-color: #05FB04;
}
</style>