Shades of Lime #07F900
Tints of Lime #07F900
RGB
CMYK
RGB Variations
Color information
#07F900 (or 0x07F900) is known color: Lime. HEX triplet: 07, F9 and 00. RGB value is (7,249,0). Sum of RGB (Red+Green+Blue) = 7+249+0=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 249 (97.66% from 255 or 97.27% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 249 - color contains mainly: green. Hex color #07F900 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F900 is #F806FF. Grayscale: #959595. Windows color (decimal): -16254720 or 63751. OLE color: 63751.
HSL color Cylindrical-coordinate representation of color #07F900: hue angle of 118.31º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07F900 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 249 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.02 |
| HSL | 118.31º | 1% | 0.49% | - |
| HSV(B) | 118.31º | 1% | 0.98% | - |
| XYZ | 33.96 | 67.8 | 11.3 | - |
| YUV | 148.26 | 44.33 | 27.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 249 | 0 | 0.97 | 0 | 1 | 0.02 | 118.31 | 1 | 0.49 |
| Hex | 7 | F9 | 0 | 61 | 0 | 64 | 2 | 76 | 64 | 31 |
| Octal | 7 | 371 | 0 | 141 | 0 | 144 | 2 | 166 | 144 | 61 |
| Binary | 111 | 11111001 | 0 | 1100001 | 0 | 1100100 | 10 | 1110110 | 1100100 | 110001 |
Color Harmonies of #07F900
Complementary color
Monochromatic Colors of #07F900
Black with #07F900
Text Example
Text Example
White with #07F900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F900; }
p { color: rgb(7,249,0); }
H1.HeaderClassName
{
color: #07F900;
}
.AnyTagClassName
{
color: #07F900;
}
</style>
background-color css
<style>
a { background-color: #07F900; }
a { background-color: rgb(7,249,0); }
div.DivClassName
{
background-color: #07F900;
}
.BgClassName
{
background-color: #07F900;
}
</style>
border-color css
<style>
span { border-color: #07F900; }
span { border-color: rgb(7,249,0); }
td.TdClassName
{
border-color: #07F900;
}
.TagClassName
{
border-color: #07F900;
}
</style>