Shades of Lime #07FF02
Tints of Lime #07FF02
RGB
CMYK
RGB Variations
Color information
#07FF02 (or 0x07FF02) is known color: Lime. HEX triplet: 07, FF and 02. RGB value is (7,255,2). Sum of RGB (Red+Green+Blue) = 7+255+2=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 255 (100% from 255 or 96.59% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 255 - color contains mainly: green. Hex color #07FF02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07FF02 is #F800FD. Grayscale: #989898. Windows color (decimal): -16253182 or 196359. OLE color: 196359.
HSL color Cylindrical-coordinate representation of color #07FF02: hue angle of 118.81º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07FF02 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 2 | - |
| CMYK | 0.97 | 0 | 0.99 | 0 |
| HSL | 118.81º | 1% | 0.5% | - |
| HSV(B) | 118.81º | 0.99% | 1% | - |
| XYZ | 35.86 | 71.57 | 11.98 | - |
| YUV | 152.01 | 43.34 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 2 | 0.97 | 0 | 0.99 | 0 | 118.81 | 1 | 0.5 |
| Hex | 7 | FF | 2 | 61 | 0 | 63 | 0 | 77 | 64 | 32 |
| Octal | 7 | 377 | 2 | 141 | 0 | 143 | 0 | 167 | 144 | 62 |
| Binary | 111 | 11111111 | 10 | 1100001 | 0 | 1100011 | 0 | 1110111 | 1100100 | 110010 |
Color Harmonies of #07FF02
Complementary color
Monochromatic Colors of #07FF02
Black with #07FF02
Text Example
Text Example
White with #07FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FF02; }
p { color: rgb(7,255,2); }
H1.HeaderClassName
{
color: #07FF02;
}
.AnyTagClassName
{
color: #07FF02;
}
</style>
background-color css
<style>
a { background-color: #07FF02; }
a { background-color: rgb(7,255,2); }
div.DivClassName
{
background-color: #07FF02;
}
.BgClassName
{
background-color: #07FF02;
}
</style>
border-color css
<style>
span { border-color: #07FF02; }
span { border-color: rgb(7,255,2); }
td.TdClassName
{
border-color: #07FF02;
}
.TagClassName
{
border-color: #07FF02;
}
</style>