Shades of Free Speech Green #07E128
Tints of Free Speech Green #07E128
RGB
CMYK
RGB Variations
Color information
#07E128 (or 0x07E128) is known color: Free Speech Green. HEX triplet: 07, E1 and 28. RGB value is (7,225,40). Sum of RGB (Red+Green+Blue) = 7+225+40=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 225 (88.28% from 255 or 82.72% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 225 - color contains mainly: green. Hex color #07E128 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E128 is #F81ED7. Grayscale: #8B8B8B. Windows color (decimal): -16260824 or 2679047. OLE color: 2679047.
HSL color Cylindrical-coordinate representation of color #07E128: hue angle of 129.08º 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 #07E128 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 225 | 40 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.12 |
| HSL | 129.08º | 0.94% | 0.45% | - |
| HSV(B) | 129.08º | 0.97% | 0.88% | - |
| XYZ | 27.4 | 54.05 | 11 | - |
| YUV | 138.73 | 72.28 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 40 | 0.97 | 0 | 0.82 | 0.12 | 129.08 | 0.94 | 0.45 |
| Hex | 7 | E1 | 28 | 61 | 0 | 52 | C | 81 | 5E | 2D |
| Octal | 7 | 341 | 50 | 141 | 0 | 122 | 14 | 201 | 136 | 55 |
| Binary | 111 | 11100001 | 101000 | 1100001 | 0 | 1010010 | 1100 | 10000001 | 1011110 | 101101 |
Color Harmonies of #07E128
Complementary color
Monochromatic Colors of #07E128
Black with #07E128
Text Example
Text Example
White with #07E128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E128; }
p { color: rgb(7,225,40); }
H1.HeaderClassName
{
color: #07E128;
}
.AnyTagClassName
{
color: #07E128;
}
</style>
background-color css
<style>
a { background-color: #07E128; }
a { background-color: rgb(7,225,40); }
div.DivClassName
{
background-color: #07E128;
}
.BgClassName
{
background-color: #07E128;
}
</style>
border-color css
<style>
span { border-color: #07E128; }
span { border-color: rgb(7,225,40); }
td.TdClassName
{
border-color: #07E128;
}
.TagClassName
{
border-color: #07E128;
}
</style>