Shades of Free Speech Green #07E11A
Tints of Free Speech Green #07E11A
RGB
CMYK
RGB Variations
Color information
#07E11A (or 0x07E11A) is known color: Free Speech Green. HEX triplet: 07, E1 and 1A. RGB value is (7,225,26). Sum of RGB (Red+Green+Blue) = 7+225+26=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 225 (88.28% from 255 or 87.21% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 225 - color contains mainly: green. Hex color #07E11A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E11A is #F81EE5. Grayscale: #898989. Windows color (decimal): -16260838 or 1761543. OLE color: 1761543.
HSL color Cylindrical-coordinate representation of color #07E11A: hue angle of 125.23º 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 #07E11A is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 225 | 26 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.12 |
| HSL | 125.23º | 0.94% | 0.45% | - |
| HSV(B) | 125.23º | 0.97% | 0.88% | - |
| XYZ | 27.2 | 53.97 | 9.96 | - |
| YUV | 137.13 | 65.28 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 26 | 0.97 | 0 | 0.88 | 0.12 | 125.23 | 0.94 | 0.45 |
| Hex | 7 | E1 | 1A | 61 | 0 | 58 | C | 7D | 5E | 2D |
| Octal | 7 | 341 | 32 | 141 | 0 | 130 | 14 | 175 | 136 | 55 |
| Binary | 111 | 11100001 | 11010 | 1100001 | 0 | 1011000 | 1100 | 1111101 | 1011110 | 101101 |
Color Harmonies of #07E11A
Complementary color
Monochromatic Colors of #07E11A
Black with #07E11A
Text Example
Text Example
White with #07E11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E11A; }
p { color: rgb(7,225,26); }
H1.HeaderClassName
{
color: #07E11A;
}
.AnyTagClassName
{
color: #07E11A;
}
</style>
background-color css
<style>
a { background-color: #07E11A; }
a { background-color: rgb(7,225,26); }
div.DivClassName
{
background-color: #07E11A;
}
.BgClassName
{
background-color: #07E11A;
}
</style>
border-color css
<style>
span { border-color: #07E11A; }
span { border-color: rgb(7,225,26); }
td.TdClassName
{
border-color: #07E11A;
}
.TagClassName
{
border-color: #07E11A;
}
</style>