Shades of Free Speech Green #07E42A
Tints of Free Speech Green #07E42A
RGB
CMYK
RGB Variations
Color information
#07E42A (or 0x07E42A) is known color: Free Speech Green. HEX triplet: 07, E4 and 2A. RGB value is (7,228,42). Sum of RGB (Red+Green+Blue) = 7+228+42=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 228 (89.45% from 255 or 82.31% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 228 - color contains mainly: green. Hex color #07E42A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E42A is #F81BD5. Grayscale: #8D8D8D. Windows color (decimal): -16260054 or 2810887. OLE color: 2810887.
HSL color Cylindrical-coordinate representation of color #07E42A: hue angle of 129.5º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E42A is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 228 | 42 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.11 |
| HSL | 129.5º | 0.94% | 0.46% | - |
| HSV(B) | 129.5º | 0.97% | 0.89% | - |
| XYZ | 28.25 | 55.7 | 11.45 | - |
| YUV | 140.72 | 72.28 | 32.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 228 | 42 | 0.97 | 0 | 0.82 | 0.11 | 129.5 | 0.94 | 0.46 |
| Hex | 7 | E4 | 2A | 61 | 0 | 52 | B | 82 | 5E | 2E |
| Octal | 7 | 344 | 52 | 141 | 0 | 122 | 13 | 202 | 136 | 56 |
| Binary | 111 | 11100100 | 101010 | 1100001 | 0 | 1010010 | 1011 | 10000010 | 1011110 | 101110 |
Color Harmonies of #07E42A
Complementary color
Monochromatic Colors of #07E42A
Black with #07E42A
Text Example
Text Example
White with #07E42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E42A; }
p { color: rgb(7,228,42); }
H1.HeaderClassName
{
color: #07E42A;
}
.AnyTagClassName
{
color: #07E42A;
}
</style>
background-color css
<style>
a { background-color: #07E42A; }
a { background-color: rgb(7,228,42); }
div.DivClassName
{
background-color: #07E42A;
}
.BgClassName
{
background-color: #07E42A;
}
</style>
border-color css
<style>
span { border-color: #07E42A; }
span { border-color: rgb(7,228,42); }
td.TdClassName
{
border-color: #07E42A;
}
.TagClassName
{
border-color: #07E42A;
}
</style>