Shades of Free Speech Green #00E52D
Tints of Free Speech Green #00E52D
RGB
CMYK
RGB Variations
Color information
#00E52D (or 0x00E52D) is known color: Free Speech Green. HEX triplet: 00, E5 and 2D. RGB value is (0,229,45). Sum of RGB (Red+Green+Blue) = 0+229+45=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 229 (89.84% from 255 or 83.58% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 229 - color contains mainly: green. Hex color #00E52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00E52D is #FF1AD2. Grayscale: #8C8C8C. Windows color (decimal): -16718547 or 3007744. OLE color: 3007744.
HSL color Cylindrical-coordinate representation of color #00E52D: hue angle of 131.79º 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 #00E52D is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 229 | 45 | - |
| CMYK | 1 | 0 | 0.80 | 0.10 |
| HSL | 131.79º | 1% | 0.45% | - |
| HSV(B) | 131.79º | 1% | 0.9% | - |
| XYZ | 28.49 | 56.23 | 11.83 | - |
| YUV | 139.55 | 74.63 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 229 | 45 | 1 | 0 | 0.80 | 0.10 | 131.79 | 1 | 0.45 |
| Hex | 0 | E5 | 2D | 64 | 0 | 50 | A | 84 | 64 | 2D |
| Octal | 0 | 345 | 55 | 144 | 0 | 120 | 12 | 204 | 144 | 55 |
| Binary | 0 | 11100101 | 101101 | 1100100 | 0 | 1010000 | 1010 | 10000100 | 1100100 | 101101 |
Color Harmonies of #00E52D
Complementary color
Monochromatic Colors of #00E52D
Black with #00E52D
Text Example
Text Example
White with #00E52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E52D; }
p { color: rgb(0,229,45); }
H1.HeaderClassName
{
color: #00E52D;
}
.AnyTagClassName
{
color: #00E52D;
}
</style>
background-color css
<style>
a { background-color: #00E52D; }
a { background-color: rgb(0,229,45); }
div.DivClassName
{
background-color: #00E52D;
}
.BgClassName
{
background-color: #00E52D;
}
</style>
border-color css
<style>
span { border-color: #00E52D; }
span { border-color: rgb(0,229,45); }
td.TdClassName
{
border-color: #00E52D;
}
.TagClassName
{
border-color: #00E52D;
}
</style>