Shades of Free Speech Green #07E315
Tints of Free Speech Green #07E315
RGB
CMYK
RGB Variations
Color information
#07E315 (or 0x07E315) is known color: Free Speech Green. HEX triplet: 07, E3 and 15. RGB value is (7,227,21). Sum of RGB (Red+Green+Blue) = 7+227+21=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 227 (89.06% from 255 or 89.02% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 227 - color contains mainly: green. Hex color #07E315 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E315 is #F81CEA. Grayscale: #8A8A8A. Windows color (decimal): -16260331 or 1434375. OLE color: 1434375.
HSL color Cylindrical-coordinate representation of color #07E315: hue angle of 123.82º 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 #07E315 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 227 | 21 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.11 |
| HSL | 123.82º | 0.94% | 0.46% | - |
| HSV(B) | 123.82º | 0.97% | 0.89% | - |
| XYZ | 27.69 | 55.04 | 9.87 | - |
| YUV | 137.74 | 62.11 | 34.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 227 | 21 | 0.97 | 0 | 0.91 | 0.11 | 123.82 | 0.94 | 0.46 |
| Hex | 7 | E3 | 15 | 61 | 0 | 5B | B | 7C | 5E | 2E |
| Octal | 7 | 343 | 25 | 141 | 0 | 133 | 13 | 174 | 136 | 56 |
| Binary | 111 | 11100011 | 10101 | 1100001 | 0 | 1011011 | 1011 | 1111100 | 1011110 | 101110 |
Color Harmonies of #07E315
Complementary color
Monochromatic Colors of #07E315
Black with #07E315
Text Example
Text Example
White with #07E315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E315; }
p { color: rgb(7,227,21); }
H1.HeaderClassName
{
color: #07E315;
}
.AnyTagClassName
{
color: #07E315;
}
</style>
background-color css
<style>
a { background-color: #07E315; }
a { background-color: rgb(7,227,21); }
div.DivClassName
{
background-color: #07E315;
}
.BgClassName
{
background-color: #07E315;
}
</style>
border-color css
<style>
span { border-color: #07E315; }
span { border-color: rgb(7,227,21); }
td.TdClassName
{
border-color: #07E315;
}
.TagClassName
{
border-color: #07E315;
}
</style>