Shades of Lime #07F102
Tints of Lime #07F102
RGB
CMYK
RGB Variations
Color information
#07F102 (or 0x07F102) is known color: Lime. HEX triplet: 07, F1 and 02. RGB value is (7,241,2). Sum of RGB (Red+Green+Blue) = 7+241+2=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 241 (94.53% from 255 or 96.4% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 241 - color contains mainly: green. Hex color #07F102 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F102 is #F80EFD. Grayscale: #909090. Windows color (decimal): -16256766 or 192775. OLE color: 192775.
HSL color Cylindrical-coordinate representation of color #07F102: hue angle of 118.74º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07F102 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 241 | 2 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.05 |
| HSL | 118.74º | 0.98% | 0.48% | - |
| HSV(B) | 118.74º | 0.99% | 0.95% | - |
| XYZ | 31.55 | 62.96 | 10.55 | - |
| YUV | 143.79 | 47.98 | 30.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 241 | 2 | 0.97 | 0 | 0.99 | 0.05 | 118.74 | 0.98 | 0.48 |
| Hex | 7 | F1 | 2 | 61 | 0 | 63 | 5 | 77 | 62 | 30 |
| Octal | 7 | 361 | 2 | 141 | 0 | 143 | 5 | 167 | 142 | 60 |
| Binary | 111 | 11110001 | 10 | 1100001 | 0 | 1100011 | 101 | 1110111 | 1100010 | 110000 |
Color Harmonies of #07F102
Complementary color
Monochromatic Colors of #07F102
Black with #07F102
Text Example
Text Example
White with #07F102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F102; }
p { color: rgb(7,241,2); }
H1.HeaderClassName
{
color: #07F102;
}
.AnyTagClassName
{
color: #07F102;
}
</style>
background-color css
<style>
a { background-color: #07F102; }
a { background-color: rgb(7,241,2); }
div.DivClassName
{
background-color: #07F102;
}
.BgClassName
{
background-color: #07F102;
}
</style>
border-color css
<style>
span { border-color: #07F102; }
span { border-color: rgb(7,241,2); }
td.TdClassName
{
border-color: #07F102;
}
.TagClassName
{
border-color: #07F102;
}
</style>