Shades of Free Speech Green #00E428
Tints of Free Speech Green #00E428
RGB
CMYK
RGB Variations
Color information
#00E428 (or 0x00E428) is known color: Free Speech Green. HEX triplet: 00, E4 and 28. RGB value is (0,228,40). Sum of RGB (Red+Green+Blue) = 0+228+40=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 228 (89.45% from 255 or 85.07% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 228 - color contains mainly: green. Hex color #00E428 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00E428 is #FF1BD7. Grayscale: #8A8A8A. Windows color (decimal): -16718808 or 2679808. OLE color: 2679808.
HSL color Cylindrical-coordinate representation of color #00E428: hue angle of 130.53º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E428 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 228 | 40 | - |
| CMYK | 1 | 0 | 0.82 | 0.11 |
| HSL | 130.53º | 1% | 0.45% | - |
| HSV(B) | 130.53º | 1% | 0.89% | - |
| XYZ | 28.13 | 55.64 | 11.26 | - |
| YUV | 138.4 | 72.46 | 29.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 228 | 40 | 1 | 0 | 0.82 | 0.11 | 130.53 | 1 | 0.45 |
| Hex | 0 | E4 | 28 | 64 | 0 | 52 | B | 83 | 64 | 2D |
| Octal | 0 | 344 | 50 | 144 | 0 | 122 | 13 | 203 | 144 | 55 |
| Binary | 0 | 11100100 | 101000 | 1100100 | 0 | 1010010 | 1011 | 10000011 | 1100100 | 101101 |
Color Harmonies of #00E428
Complementary color
Monochromatic Colors of #00E428
Black with #00E428
Text Example
Text Example
White with #00E428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E428; }
p { color: rgb(0,228,40); }
H1.HeaderClassName
{
color: #00E428;
}
.AnyTagClassName
{
color: #00E428;
}
</style>
background-color css
<style>
a { background-color: #00E428; }
a { background-color: rgb(0,228,40); }
div.DivClassName
{
background-color: #00E428;
}
.BgClassName
{
background-color: #00E428;
}
</style>
border-color css
<style>
span { border-color: #00E428; }
span { border-color: rgb(0,228,40); }
td.TdClassName
{
border-color: #00E428;
}
.TagClassName
{
border-color: #00E428;
}
</style>