Shades of Lime #07FA01
Tints of Lime #07FA01
RGB
CMYK
RGB Variations
Color information
#07FA01 (or 0x07FA01) is known color: Lime. HEX triplet: 07, FA and 01. RGB value is (7,250,1). Sum of RGB (Red+Green+Blue) = 7+250+1=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 250 (98.05% from 255 or 96.90% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 250 - color contains mainly: green. Hex color #07FA01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07FA01 is #F805FE. Grayscale: #959595. Windows color (decimal): -16254463 or 129543. OLE color: 129543.
HSL color Cylindrical-coordinate representation of color #07FA01: hue angle of 118.55º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07FA01 is Cyan = 0.97, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 250 | 1 | - |
| CMYK | 0.97 | 0 | 1.00 | 0.02 |
| HSL | 118.55º | 0.99% | 0.49% | - |
| HSV(B) | 118.55º | 1% | 0.98% | - |
| XYZ | 34.28 | 68.42 | 11.43 | - |
| YUV | 148.96 | 44.49 | 26.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 250 | 1 | 0.97 | 0 | 1.00 | 0.02 | 118.55 | 0.99 | 0.49 |
| Hex | 7 | FA | 1 | 61 | 0 | 64 | 2 | 77 | 63 | 31 |
| Octal | 7 | 372 | 1 | 141 | 0 | 144 | 2 | 167 | 143 | 61 |
| Binary | 111 | 11111010 | 1 | 1100001 | 0 | 1100100 | 10 | 1110111 | 1100011 | 110001 |
Color Harmonies of #07FA01
Complementary color
Monochromatic Colors of #07FA01
Black with #07FA01
Text Example
Text Example
White with #07FA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FA01; }
p { color: rgb(7,250,1); }
H1.HeaderClassName
{
color: #07FA01;
}
.AnyTagClassName
{
color: #07FA01;
}
</style>
background-color css
<style>
a { background-color: #07FA01; }
a { background-color: rgb(7,250,1); }
div.DivClassName
{
background-color: #07FA01;
}
.BgClassName
{
background-color: #07FA01;
}
</style>
border-color css
<style>
span { border-color: #07FA01; }
span { border-color: rgb(7,250,1); }
td.TdClassName
{
border-color: #07FA01;
}
.TagClassName
{
border-color: #07FA01;
}
</style>