Shades of Free Speech Green #07E40B
Tints of Free Speech Green #07E40B
RGB
CMYK
RGB Variations
Color information
#07E40B (or 0x07E40B) is known color: Free Speech Green. HEX triplet: 07, E4 and 0B. RGB value is (7,228,11). Sum of RGB (Red+Green+Blue) = 7+228+11=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 228 (89.45% from 255 or 92.68% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 228 - color contains mainly: green. Hex color #07E40B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E40B is #F81BF4. Grayscale: #898989. Windows color (decimal): -16260085 or 779271. OLE color: 779271.
HSL color Cylindrical-coordinate representation of color #07E40B: hue angle of 121.09º 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 #07E40B is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 228 | 11 | - |
| CMYK | 0.97 | 0 | 0.95 | 0.11 |
| HSL | 121.09º | 0.94% | 0.46% | - |
| HSV(B) | 121.09º | 0.97% | 0.89% | - |
| XYZ | 27.89 | 55.56 | 9.57 | - |
| YUV | 137.18 | 56.78 | 35.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 228 | 11 | 0.97 | 0 | 0.95 | 0.11 | 121.09 | 0.94 | 0.46 |
| Hex | 7 | E4 | B | 61 | 0 | 5F | B | 79 | 5E | 2E |
| Octal | 7 | 344 | 13 | 141 | 0 | 137 | 13 | 171 | 136 | 56 |
| Binary | 111 | 11100100 | 1011 | 1100001 | 0 | 1011111 | 1011 | 1111001 | 1011110 | 101110 |
Color Harmonies of #07E40B
Complementary color
Monochromatic Colors of #07E40B
Black with #07E40B
Text Example
Text Example
White with #07E40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E40B; }
p { color: rgb(7,228,11); }
H1.HeaderClassName
{
color: #07E40B;
}
.AnyTagClassName
{
color: #07E40B;
}
</style>
background-color css
<style>
a { background-color: #07E40B; }
a { background-color: rgb(7,228,11); }
div.DivClassName
{
background-color: #07E40B;
}
.BgClassName
{
background-color: #07E40B;
}
</style>
border-color css
<style>
span { border-color: #07E40B; }
span { border-color: rgb(7,228,11); }
td.TdClassName
{
border-color: #07E40B;
}
.TagClassName
{
border-color: #07E40B;
}
</style>