Shades of Lime #07F505
Tints of Lime #07F505
RGB
CMYK
RGB Variations
Color information
#07F505 (or 0x07F505) is known color: Lime. HEX triplet: 07, F5 and 05. RGB value is (7,245,5). Sum of RGB (Red+Green+Blue) = 7+245+5=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 245 (96.09% from 255 or 95.33% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 245 - color contains mainly: green. Hex color #07F505 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F505 is #F80AFA. Grayscale: #939393. Windows color (decimal): -16255739 or 390407. OLE color: 390407.
HSL color Cylindrical-coordinate representation of color #07F505: hue angle of 119.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07F505 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 245 | 5 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.04 |
| HSL | 119.5º | 0.96% | 0.49% | - |
| HSV(B) | 119.5º | 0.98% | 0.96% | - |
| XYZ | 32.77 | 65.36 | 11.03 | - |
| YUV | 146.48 | 48.15 | 28.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 245 | 5 | 0.97 | 0 | 0.98 | 0.04 | 119.5 | 0.96 | 0.49 |
| Hex | 7 | F5 | 5 | 61 | 0 | 62 | 4 | 78 | 60 | 31 |
| Octal | 7 | 365 | 5 | 141 | 0 | 142 | 4 | 170 | 140 | 61 |
| Binary | 111 | 11110101 | 101 | 1100001 | 0 | 1100010 | 100 | 1111000 | 1100000 | 110001 |
Color Harmonies of #07F505
Complementary color
Monochromatic Colors of #07F505
Black with #07F505
Text Example
Text Example
White with #07F505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F505; }
p { color: rgb(7,245,5); }
H1.HeaderClassName
{
color: #07F505;
}
.AnyTagClassName
{
color: #07F505;
}
</style>
background-color css
<style>
a { background-color: #07F505; }
a { background-color: rgb(7,245,5); }
div.DivClassName
{
background-color: #07F505;
}
.BgClassName
{
background-color: #07F505;
}
</style>
border-color css
<style>
span { border-color: #07F505; }
span { border-color: rgb(7,245,5); }
td.TdClassName
{
border-color: #07F505;
}
.TagClassName
{
border-color: #07F505;
}
</style>