Shades of Free Speech Green #07E426
Tints of Free Speech Green #07E426
RGB
CMYK
RGB Variations
Color information
#07E426 (or 0x07E426) is known color: Free Speech Green. HEX triplet: 07, E4 and 26. RGB value is (7,228,38). Sum of RGB (Red+Green+Blue) = 7+228+38=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 228 (89.45% from 255 or 83.52% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 228 - color contains mainly: green. Hex color #07E426 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E426 is #F81BD9. Grayscale: #8C8C8C. Windows color (decimal): -16260058 or 2548743. OLE color: 2548743.
HSL color Cylindrical-coordinate representation of color #07E426: hue angle of 128.42º 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 #07E426 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 228 | 38 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.11 |
| HSL | 128.42º | 0.94% | 0.46% | - |
| HSV(B) | 128.42º | 0.97% | 0.89% | - |
| XYZ | 28.18 | 55.67 | 11.09 | - |
| YUV | 140.26 | 70.28 | 32.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 228 | 38 | 0.97 | 0 | 0.83 | 0.11 | 128.42 | 0.94 | 0.46 |
| Hex | 7 | E4 | 26 | 61 | 0 | 53 | B | 80 | 5E | 2E |
| Octal | 7 | 344 | 46 | 141 | 0 | 123 | 13 | 200 | 136 | 56 |
| Binary | 111 | 11100100 | 100110 | 1100001 | 0 | 1010011 | 1011 | 10000000 | 1011110 | 101110 |
Color Harmonies of #07E426
Complementary color
Monochromatic Colors of #07E426
Black with #07E426
Text Example
Text Example
White with #07E426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E426; }
p { color: rgb(7,228,38); }
H1.HeaderClassName
{
color: #07E426;
}
.AnyTagClassName
{
color: #07E426;
}
</style>
background-color css
<style>
a { background-color: #07E426; }
a { background-color: rgb(7,228,38); }
div.DivClassName
{
background-color: #07E426;
}
.BgClassName
{
background-color: #07E426;
}
</style>
border-color css
<style>
span { border-color: #07E426; }
span { border-color: rgb(7,228,38); }
td.TdClassName
{
border-color: #07E426;
}
.TagClassName
{
border-color: #07E426;
}
</style>