Shades of Free Speech Green #00E52C
Tints of Free Speech Green #00E52C
RGB
CMYK
RGB Variations
Color information
#00E52C (or 0x00E52C) is known color: Free Speech Green. HEX triplet: 00, E5 and 2C. RGB value is (0,229,44). Sum of RGB (Red+Green+Blue) = 0+229+44=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 229 (89.84% from 255 or 83.88% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 229 - color contains mainly: green. Hex color #00E52C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00E52C is #FF1AD3. Grayscale: #8B8B8B. Windows color (decimal): -16718548 or 2942208. OLE color: 2942208.
HSL color Cylindrical-coordinate representation of color #00E52C: hue angle of 131.53º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E52C is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 229 | 44 | - |
| CMYK | 1 | 0 | 0.81 | 0.10 |
| HSL | 131.53º | 1% | 0.45% | - |
| HSV(B) | 131.53º | 1% | 0.9% | - |
| XYZ | 28.47 | 56.22 | 11.73 | - |
| YUV | 139.44 | 74.13 | 28.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 229 | 44 | 1 | 0 | 0.81 | 0.10 | 131.53 | 1 | 0.45 |
| Hex | 0 | E5 | 2C | 64 | 0 | 51 | A | 84 | 64 | 2D |
| Octal | 0 | 345 | 54 | 144 | 0 | 121 | 12 | 204 | 144 | 55 |
| Binary | 0 | 11100101 | 101100 | 1100100 | 0 | 1010001 | 1010 | 10000100 | 1100100 | 101101 |
Color Harmonies of #00E52C
Complementary color
Monochromatic Colors of #00E52C
Black with #00E52C
Text Example
Text Example
White with #00E52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E52C; }
p { color: rgb(0,229,44); }
H1.HeaderClassName
{
color: #00E52C;
}
.AnyTagClassName
{
color: #00E52C;
}
</style>
background-color css
<style>
a { background-color: #00E52C; }
a { background-color: rgb(0,229,44); }
div.DivClassName
{
background-color: #00E52C;
}
.BgClassName
{
background-color: #00E52C;
}
</style>
border-color css
<style>
span { border-color: #00E52C; }
span { border-color: rgb(0,229,44); }
td.TdClassName
{
border-color: #00E52C;
}
.TagClassName
{
border-color: #00E52C;
}
</style>