Shades of Free Speech Green #02E42D
Tints of Free Speech Green #02E42D
RGB
CMYK
RGB Variations
Color information
#02E42D (or 0x02E42D) is known color: Free Speech Green. HEX triplet: 02, E4 and 2D. RGB value is (2,228,45). Sum of RGB (Red+Green+Blue) = 2+228+45=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 228 (89.45% from 255 or 82.91% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 228 - color contains mainly: green. Hex color #02E42D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E42D is #FD1BD2. Grayscale: #8C8C8C. Windows color (decimal): -16587731 or 3007490. OLE color: 3007490.
HSL color Cylindrical-coordinate representation of color #02E42D: hue angle of 131.42º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E42D is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 228 | 45 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.11 |
| HSL | 131.42º | 0.98% | 0.45% | - |
| HSV(B) | 131.42º | 0.99% | 0.89% | - |
| XYZ | 28.24 | 55.69 | 11.74 | - |
| YUV | 139.56 | 74.63 | 29.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 228 | 45 | 0.99 | 0 | 0.80 | 0.11 | 131.42 | 0.98 | 0.45 |
| Hex | 2 | E4 | 2D | 63 | 0 | 50 | B | 83 | 62 | 2D |
| Octal | 2 | 344 | 55 | 143 | 0 | 120 | 13 | 203 | 142 | 55 |
| Binary | 10 | 11100100 | 101101 | 1100011 | 0 | 1010000 | 1011 | 10000011 | 1100010 | 101101 |
Color Harmonies of #02E42D
Complementary color
Monochromatic Colors of #02E42D
Black with #02E42D
Text Example
Text Example
White with #02E42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E42D; }
p { color: rgb(2,228,45); }
H1.HeaderClassName
{
color: #02E42D;
}
.AnyTagClassName
{
color: #02E42D;
}
</style>
background-color css
<style>
a { background-color: #02E42D; }
a { background-color: rgb(2,228,45); }
div.DivClassName
{
background-color: #02E42D;
}
.BgClassName
{
background-color: #02E42D;
}
</style>
border-color css
<style>
span { border-color: #02E42D; }
span { border-color: rgb(2,228,45); }
td.TdClassName
{
border-color: #02E42D;
}
.TagClassName
{
border-color: #02E42D;
}
</style>