Shades of Free Speech Green #07E12C
Tints of Free Speech Green #07E12C
RGB
CMYK
RGB Variations
Color information
#07E12C (or 0x07E12C) is known color: Free Speech Green. HEX triplet: 07, E1 and 2C. RGB value is (7,225,44). Sum of RGB (Red+Green+Blue) = 7+225+44=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 225 (88.28% from 255 or 81.52% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 225 - color contains mainly: green. Hex color #07E12C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E12C is #F81ED3. Grayscale: #8B8B8B. Windows color (decimal): -16260820 or 2941191. OLE color: 2941191.
HSL color Cylindrical-coordinate representation of color #07E12C: hue angle of 130.18º 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 #07E12C is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 225 | 44 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.12 |
| HSL | 130.18º | 0.94% | 0.45% | - |
| HSV(B) | 130.18º | 0.97% | 0.88% | - |
| XYZ | 27.47 | 54.08 | 11.37 | - |
| YUV | 139.18 | 74.28 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 44 | 0.97 | 0 | 0.80 | 0.12 | 130.18 | 0.94 | 0.45 |
| Hex | 7 | E1 | 2C | 61 | 0 | 50 | C | 82 | 5E | 2D |
| Octal | 7 | 341 | 54 | 141 | 0 | 120 | 14 | 202 | 136 | 55 |
| Binary | 111 | 11100001 | 101100 | 1100001 | 0 | 1010000 | 1100 | 10000010 | 1011110 | 101101 |
Color Harmonies of #07E12C
Complementary color
Monochromatic Colors of #07E12C
Black with #07E12C
Text Example
Text Example
White with #07E12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E12C; }
p { color: rgb(7,225,44); }
H1.HeaderClassName
{
color: #07E12C;
}
.AnyTagClassName
{
color: #07E12C;
}
</style>
background-color css
<style>
a { background-color: #07E12C; }
a { background-color: rgb(7,225,44); }
div.DivClassName
{
background-color: #07E12C;
}
.BgClassName
{
background-color: #07E12C;
}
</style>
border-color css
<style>
span { border-color: #07E12C; }
span { border-color: rgb(7,225,44); }
td.TdClassName
{
border-color: #07E12C;
}
.TagClassName
{
border-color: #07E12C;
}
</style>