Shades of Lime #05F705
Tints of Lime #05F705
RGB
CMYK
RGB Variations
Color information
#05F705 (or 0x05F705) is known color: Lime. HEX triplet: 05, F7 and 05. RGB value is (5,247,5). Sum of RGB (Red+Green+Blue) = 5+247+5=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 247 (96.88% from 255 or 96.11% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 247 - color contains mainly: green. Hex color #05F705 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F705 is #FA08FA. Grayscale: #939393. Windows color (decimal): -16386299 or 390917. OLE color: 390917.
HSL color Cylindrical-coordinate representation of color #05F705: hue angle of 120º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F705 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 247 | 5 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.03 |
| HSL | 120º | 0.96% | 0.49% | - |
| HSV(B) | 120º | 0.98% | 0.97% | - |
| XYZ | 33.35 | 66.56 | 11.23 | - |
| YUV | 147.05 | 47.83 | 26.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 247 | 5 | 0.98 | 0 | 0.98 | 0.03 | 120 | 0.96 | 0.49 |
| Hex | 5 | F7 | 5 | 62 | 0 | 62 | 3 | 78 | 60 | 31 |
| Octal | 5 | 367 | 5 | 142 | 0 | 142 | 3 | 170 | 140 | 61 |
| Binary | 101 | 11110111 | 101 | 1100010 | 0 | 1100010 | 11 | 1111000 | 1100000 | 110001 |
Color Harmonies of #05F705
Complementary color
Monochromatic Colors of #05F705
Black with #05F705
Text Example
Text Example
White with #05F705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F705; }
p { color: rgb(5,247,5); }
H1.HeaderClassName
{
color: #05F705;
}
.AnyTagClassName
{
color: #05F705;
}
</style>
background-color css
<style>
a { background-color: #05F705; }
a { background-color: rgb(5,247,5); }
div.DivClassName
{
background-color: #05F705;
}
.BgClassName
{
background-color: #05F705;
}
</style>
border-color css
<style>
span { border-color: #05F705; }
span { border-color: rgb(5,247,5); }
td.TdClassName
{
border-color: #05F705;
}
.TagClassName
{
border-color: #05F705;
}
</style>