Shades of Lime #07F304
Tints of Lime #07F304
RGB
CMYK
RGB Variations
Color information
#07F304 (or 0x07F304) is known color: Lime. HEX triplet: 07, F3 and 04. RGB value is (7,243,4). Sum of RGB (Red+Green+Blue) = 7+243+4=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 243 (95.31% from 255 or 95.67% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 243 - color contains mainly: green. Hex color #07F304 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F304 is #F80CFB. Grayscale: #919191. Windows color (decimal): -16256252 or 324359. OLE color: 324359.
HSL color Cylindrical-coordinate representation of color #07F304: hue angle of 119.25º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07F304 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 243 | 4 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.05 |
| HSL | 119.25º | 0.97% | 0.48% | - |
| HSV(B) | 119.25º | 0.98% | 0.95% | - |
| XYZ | 32.16 | 64.16 | 10.8 | - |
| YUV | 145.19 | 48.31 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 243 | 4 | 0.97 | 0 | 0.98 | 0.05 | 119.25 | 0.97 | 0.48 |
| Hex | 7 | F3 | 4 | 61 | 0 | 62 | 5 | 77 | 61 | 30 |
| Octal | 7 | 363 | 4 | 141 | 0 | 142 | 5 | 167 | 141 | 60 |
| Binary | 111 | 11110011 | 100 | 1100001 | 0 | 1100010 | 101 | 1110111 | 1100001 | 110000 |
Color Harmonies of #07F304
Complementary color
Monochromatic Colors of #07F304
Black with #07F304
Text Example
Text Example
White with #07F304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F304; }
p { color: rgb(7,243,4); }
H1.HeaderClassName
{
color: #07F304;
}
.AnyTagClassName
{
color: #07F304;
}
</style>
background-color css
<style>
a { background-color: #07F304; }
a { background-color: rgb(7,243,4); }
div.DivClassName
{
background-color: #07F304;
}
.BgClassName
{
background-color: #07F304;
}
</style>
border-color css
<style>
span { border-color: #07F304; }
span { border-color: rgb(7,243,4); }
td.TdClassName
{
border-color: #07F304;
}
.TagClassName
{
border-color: #07F304;
}
</style>