Shades of Lime #07F600
Tints of Lime #07F600
RGB
CMYK
RGB Variations
Color information
#07F600 (or 0x07F600) is known color: Lime. HEX triplet: 07, F6 and 00. RGB value is (7,246,0). Sum of RGB (Red+Green+Blue) = 7+246+0=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 246 (96.48% from 255 or 97.23% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 246 - color contains mainly: green. Hex color #07F600 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F600 is #F809FF. Grayscale: #939393. Windows color (decimal): -16255488 or 62983. OLE color: 62983.
HSL color Cylindrical-coordinate representation of color #07F600: hue angle of 118.29º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07F600 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 246 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.04 |
| HSL | 118.29º | 1% | 0.48% | - |
| HSV(B) | 118.29º | 1% | 0.96% | - |
| XYZ | 33.04 | 65.96 | 10.99 | - |
| YUV | 146.5 | 45.32 | 28.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 246 | 0 | 0.97 | 0 | 1 | 0.04 | 118.29 | 1 | 0.48 |
| Hex | 7 | F6 | 0 | 61 | 0 | 64 | 4 | 76 | 64 | 30 |
| Octal | 7 | 366 | 0 | 141 | 0 | 144 | 4 | 166 | 144 | 60 |
| Binary | 111 | 11110110 | 0 | 1100001 | 0 | 1100100 | 100 | 1110110 | 1100100 | 110000 |
Color Harmonies of #07F600
Complementary color
Monochromatic Colors of #07F600
Black with #07F600
Text Example
Text Example
White with #07F600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F600; }
p { color: rgb(7,246,0); }
H1.HeaderClassName
{
color: #07F600;
}
.AnyTagClassName
{
color: #07F600;
}
</style>
background-color css
<style>
a { background-color: #07F600; }
a { background-color: rgb(7,246,0); }
div.DivClassName
{
background-color: #07F600;
}
.BgClassName
{
background-color: #07F600;
}
</style>
border-color css
<style>
span { border-color: #07F600; }
span { border-color: rgb(7,246,0); }
td.TdClassName
{
border-color: #07F600;
}
.TagClassName
{
border-color: #07F600;
}
</style>