Shades of Free Speech Green #02E325
Tints of Free Speech Green #02E325
RGB
CMYK
RGB Variations
Color information
#02E325 (or 0x02E325) is known color: Free Speech Green. HEX triplet: 02, E3 and 25. RGB value is (2,227,37). Sum of RGB (Red+Green+Blue) = 2+227+37=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 227 (89.06% from 255 or 85.34% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 227 - color contains mainly: green. Hex color #02E325 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E325 is #FD1CDA. Grayscale: #8A8A8A. Windows color (decimal): -16587995 or 2482946. OLE color: 2482946.
HSL color Cylindrical-coordinate representation of color #02E325: hue angle of 129.33º 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 #02E325 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 227 | 37 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.11 |
| HSL | 129.33º | 0.98% | 0.45% | - |
| HSV(B) | 129.33º | 0.99% | 0.89% | - |
| XYZ | 27.83 | 55.08 | 10.92 | - |
| YUV | 138.07 | 70.96 | 30.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 227 | 37 | 0.99 | 0 | 0.84 | 0.11 | 129.33 | 0.98 | 0.45 |
| Hex | 2 | E3 | 25 | 63 | 0 | 54 | B | 81 | 62 | 2D |
| Octal | 2 | 343 | 45 | 143 | 0 | 124 | 13 | 201 | 142 | 55 |
| Binary | 10 | 11100011 | 100101 | 1100011 | 0 | 1010100 | 1011 | 10000001 | 1100010 | 101101 |
Color Harmonies of #02E325
Complementary color
Monochromatic Colors of #02E325
Black with #02E325
Text Example
Text Example
White with #02E325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E325; }
p { color: rgb(2,227,37); }
H1.HeaderClassName
{
color: #02E325;
}
.AnyTagClassName
{
color: #02E325;
}
</style>
background-color css
<style>
a { background-color: #02E325; }
a { background-color: rgb(2,227,37); }
div.DivClassName
{
background-color: #02E325;
}
.BgClassName
{
background-color: #02E325;
}
</style>
border-color css
<style>
span { border-color: #02E325; }
span { border-color: rgb(2,227,37); }
td.TdClassName
{
border-color: #02E325;
}
.TagClassName
{
border-color: #02E325;
}
</style>