Shades of Free Speech Green #02E52C
Tints of Free Speech Green #02E52C
RGB
CMYK
RGB Variations
Color information
#02E52C (or 0x02E52C) is known color: Free Speech Green. HEX triplet: 02, E5 and 2C. RGB value is (2,229,44). Sum of RGB (Red+Green+Blue) = 2+229+44=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 229 (89.84% from 255 or 83.27% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 229 - color contains mainly: green. Hex color #02E52C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E52C is #FD1AD3. Grayscale: #8C8C8C. Windows color (decimal): -16587476 or 2942210. OLE color: 2942210.
HSL color Cylindrical-coordinate representation of color #02E52C: hue angle of 131.1º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E52C is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 229 | 44 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.10 |
| HSL | 131.1º | 0.98% | 0.45% | - |
| HSV(B) | 131.1º | 0.99% | 0.9% | - |
| XYZ | 28.5 | 56.23 | 11.73 | - |
| YUV | 140.04 | 73.79 | 29.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 44 | 0.99 | 0 | 0.81 | 0.10 | 131.1 | 0.98 | 0.45 |
| Hex | 2 | E5 | 2C | 63 | 0 | 51 | A | 83 | 62 | 2D |
| Octal | 2 | 345 | 54 | 143 | 0 | 121 | 12 | 203 | 142 | 55 |
| Binary | 10 | 11100101 | 101100 | 1100011 | 0 | 1010001 | 1010 | 10000011 | 1100010 | 101101 |
Color Harmonies of #02E52C
Complementary color
Monochromatic Colors of #02E52C
Black with #02E52C
Text Example
Text Example
White with #02E52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E52C; }
p { color: rgb(2,229,44); }
H1.HeaderClassName
{
color: #02E52C;
}
.AnyTagClassName
{
color: #02E52C;
}
</style>
background-color css
<style>
a { background-color: #02E52C; }
a { background-color: rgb(2,229,44); }
div.DivClassName
{
background-color: #02E52C;
}
.BgClassName
{
background-color: #02E52C;
}
</style>
border-color css
<style>
span { border-color: #02E52C; }
span { border-color: rgb(2,229,44); }
td.TdClassName
{
border-color: #02E52C;
}
.TagClassName
{
border-color: #02E52C;
}
</style>