Shades of Free Speech Green #02E319
Tints of Free Speech Green #02E319
RGB
CMYK
RGB Variations
Color information
#02E319 (or 0x02E319) is known color: Free Speech Green. HEX triplet: 02, E3 and 19. RGB value is (2,227,25). Sum of RGB (Red+Green+Blue) = 2+227+25=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 227 (89.06% from 255 or 89.37% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 227 - color contains mainly: green. Hex color #02E319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02E319 is #FD1CE6. Grayscale: #898989. Windows color (decimal): -16588007 or 1696514. OLE color: 1696514.
HSL color Cylindrical-coordinate representation of color #02E319: hue angle of 126.13º 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 #02E319 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 227 | 25 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.11 |
| HSL | 126.13º | 0.98% | 0.45% | - |
| HSV(B) | 126.13º | 0.99% | 0.89% | - |
| XYZ | 27.67 | 55.02 | 10.08 | - |
| YUV | 136.7 | 64.96 | 31.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 227 | 25 | 0.99 | 0 | 0.89 | 0.11 | 126.13 | 0.98 | 0.45 |
| Hex | 2 | E3 | 19 | 63 | 0 | 59 | B | 7E | 62 | 2D |
| Octal | 2 | 343 | 31 | 143 | 0 | 131 | 13 | 176 | 142 | 55 |
| Binary | 10 | 11100011 | 11001 | 1100011 | 0 | 1011001 | 1011 | 1111110 | 1100010 | 101101 |
Color Harmonies of #02E319
Complementary color
Monochromatic Colors of #02E319
Black with #02E319
Text Example
Text Example
White with #02E319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E319; }
p { color: rgb(2,227,25); }
H1.HeaderClassName
{
color: #02E319;
}
.AnyTagClassName
{
color: #02E319;
}
</style>
background-color css
<style>
a { background-color: #02E319; }
a { background-color: rgb(2,227,25); }
div.DivClassName
{
background-color: #02E319;
}
.BgClassName
{
background-color: #02E319;
}
</style>
border-color css
<style>
span { border-color: #02E319; }
span { border-color: rgb(2,227,25); }
td.TdClassName
{
border-color: #02E319;
}
.TagClassName
{
border-color: #02E319;
}
</style>