Shades of Free Speech Green #07E31C
Tints of Free Speech Green #07E31C
RGB
CMYK
RGB Variations
Color information
#07E31C (or 0x07E31C) is known color: Free Speech Green. HEX triplet: 07, E3 and 1C. RGB value is (7,227,28). Sum of RGB (Red+Green+Blue) = 7+227+28=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 227 (89.06% from 255 or 86.64% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 227 - color contains mainly: green. Hex color #07E31C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E31C is #F81CE3. Grayscale: #8B8B8B. Windows color (decimal): -16260324 or 1893127. OLE color: 1893127.
HSL color Cylindrical-coordinate representation of color #07E31C: hue angle of 125.73º 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 #07E31C is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 227 | 28 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.11 |
| HSL | 125.73º | 0.94% | 0.46% | - |
| HSV(B) | 125.73º | 0.97% | 0.89% | - |
| XYZ | 27.77 | 55.07 | 10.26 | - |
| YUV | 138.53 | 65.61 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 227 | 28 | 0.97 | 0 | 0.88 | 0.11 | 125.73 | 0.94 | 0.46 |
| Hex | 7 | E3 | 1C | 61 | 0 | 58 | B | 7E | 5E | 2E |
| Octal | 7 | 343 | 34 | 141 | 0 | 130 | 13 | 176 | 136 | 56 |
| Binary | 111 | 11100011 | 11100 | 1100001 | 0 | 1011000 | 1011 | 1111110 | 1011110 | 101110 |
Color Harmonies of #07E31C
Complementary color
Monochromatic Colors of #07E31C
Black with #07E31C
Text Example
Text Example
White with #07E31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E31C; }
p { color: rgb(7,227,28); }
H1.HeaderClassName
{
color: #07E31C;
}
.AnyTagClassName
{
color: #07E31C;
}
</style>
background-color css
<style>
a { background-color: #07E31C; }
a { background-color: rgb(7,227,28); }
div.DivClassName
{
background-color: #07E31C;
}
.BgClassName
{
background-color: #07E31C;
}
</style>
border-color css
<style>
span { border-color: #07E31C; }
span { border-color: rgb(7,227,28); }
td.TdClassName
{
border-color: #07E31C;
}
.TagClassName
{
border-color: #07E31C;
}
</style>