Shades of Lime #05FB03
Tints of Lime #05FB03
RGB
CMYK
RGB Variations
Color information
#05FB03 (or 0x05FB03) is known color: Lime. HEX triplet: 05, FB and 03. RGB value is (5,251,3). Sum of RGB (Red+Green+Blue) = 5+251+3=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 251 (98.44% from 255 or 96.91% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 251 - color contains mainly: green. Hex color #05FB03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FB03 is #FA04FC. Grayscale: #959595. Windows color (decimal): -16385277 or 260869. OLE color: 260869.
HSL color Cylindrical-coordinate representation of color #05FB03: hue angle of 119.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05FB03 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 251 | 3 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.02 |
| HSL | 119.52º | 0.98% | 0.5% | - |
| HSV(B) | 119.52º | 0.99% | 0.98% | - |
| XYZ | 34.58 | 69.03 | 11.59 | - |
| YUV | 149.17 | 45.5 | 25.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 251 | 3 | 0.98 | 0 | 0.99 | 0.02 | 119.52 | 0.98 | 0.5 |
| Hex | 5 | FB | 3 | 62 | 0 | 63 | 2 | 78 | 62 | 32 |
| Octal | 5 | 373 | 3 | 142 | 0 | 143 | 2 | 170 | 142 | 62 |
| Binary | 101 | 11111011 | 11 | 1100010 | 0 | 1100011 | 10 | 1111000 | 1100010 | 110010 |
Color Harmonies of #05FB03
Complementary color
Monochromatic Colors of #05FB03
Black with #05FB03
Text Example
Text Example
White with #05FB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FB03; }
p { color: rgb(5,251,3); }
H1.HeaderClassName
{
color: #05FB03;
}
.AnyTagClassName
{
color: #05FB03;
}
</style>
background-color css
<style>
a { background-color: #05FB03; }
a { background-color: rgb(5,251,3); }
div.DivClassName
{
background-color: #05FB03;
}
.BgClassName
{
background-color: #05FB03;
}
</style>
border-color css
<style>
span { border-color: #05FB03; }
span { border-color: rgb(5,251,3); }
td.TdClassName
{
border-color: #05FB03;
}
.TagClassName
{
border-color: #05FB03;
}
</style>