Shades of Free Speech Green #07E028
Tints of Free Speech Green #07E028
RGB
CMYK
RGB Variations
Color information
#07E028 (or 0x07E028) is known color: Free Speech Green. HEX triplet: 07, E0 and 28. RGB value is (7,224,40). Sum of RGB (Red+Green+Blue) = 7+224+40=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 224 (87.89% from 255 or 82.66% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 224 - color contains mainly: green. Hex color #07E028 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E028 is #F81FD7. Grayscale: #8A8A8A. Windows color (decimal): -16261080 or 2678791. OLE color: 2678791.
HSL color Cylindrical-coordinate representation of color #07E028: hue angle of 129.12º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E028 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 224 | 40 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.12 |
| HSL | 129.12º | 0.94% | 0.45% | - |
| HSV(B) | 129.12º | 0.97% | 0.88% | - |
| XYZ | 27.13 | 53.51 | 10.91 | - |
| YUV | 138.14 | 72.61 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 224 | 40 | 0.97 | 0 | 0.82 | 0.12 | 129.12 | 0.94 | 0.45 |
| Hex | 7 | E0 | 28 | 61 | 0 | 52 | C | 81 | 5E | 2D |
| Octal | 7 | 340 | 50 | 141 | 0 | 122 | 14 | 201 | 136 | 55 |
| Binary | 111 | 11100000 | 101000 | 1100001 | 0 | 1010010 | 1100 | 10000001 | 1011110 | 101101 |
Color Harmonies of #07E028
Complementary color
Monochromatic Colors of #07E028
Black with #07E028
Text Example
Text Example
White with #07E028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E028; }
p { color: rgb(7,224,40); }
H1.HeaderClassName
{
color: #07E028;
}
.AnyTagClassName
{
color: #07E028;
}
</style>
background-color css
<style>
a { background-color: #07E028; }
a { background-color: rgb(7,224,40); }
div.DivClassName
{
background-color: #07E028;
}
.BgClassName
{
background-color: #07E028;
}
</style>
border-color css
<style>
span { border-color: #07E028; }
span { border-color: rgb(7,224,40); }
td.TdClassName
{
border-color: #07E028;
}
.TagClassName
{
border-color: #07E028;
}
</style>