Shades of Free Speech Green #02E11D
Tints of Free Speech Green #02E11D
RGB
CMYK
RGB Variations
Color information
#02E11D (or 0x02E11D) is known color: Free Speech Green. HEX triplet: 02, E1 and 1D. RGB value is (2,225,29). Sum of RGB (Red+Green+Blue) = 2+225+29=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 225 (88.28% from 255 or 87.89% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 225 - color contains mainly: green. Hex color #02E11D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E11D is #FD1EE2. Grayscale: #888888. Windows color (decimal): -16588515 or 1958146. OLE color: 1958146.
HSL color Cylindrical-coordinate representation of color #02E11D: hue angle of 127.26º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E11D is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 225 | 29 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.12 |
| HSL | 127.26º | 0.98% | 0.45% | - |
| HSV(B) | 127.26º | 0.99% | 0.88% | - |
| XYZ | 27.17 | 53.95 | 10.14 | - |
| YUV | 135.98 | 67.62 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 225 | 29 | 0.99 | 0 | 0.87 | 0.12 | 127.26 | 0.98 | 0.45 |
| Hex | 2 | E1 | 1D | 63 | 0 | 57 | C | 7F | 62 | 2D |
| Octal | 2 | 341 | 35 | 143 | 0 | 127 | 14 | 177 | 142 | 55 |
| Binary | 10 | 11100001 | 11101 | 1100011 | 0 | 1010111 | 1100 | 1111111 | 1100010 | 101101 |
Color Harmonies of #02E11D
Complementary color
Monochromatic Colors of #02E11D
Black with #02E11D
Text Example
Text Example
White with #02E11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E11D; }
p { color: rgb(2,225,29); }
H1.HeaderClassName
{
color: #02E11D;
}
.AnyTagClassName
{
color: #02E11D;
}
</style>
background-color css
<style>
a { background-color: #02E11D; }
a { background-color: rgb(2,225,29); }
div.DivClassName
{
background-color: #02E11D;
}
.BgClassName
{
background-color: #02E11D;
}
</style>
border-color css
<style>
span { border-color: #02E11D; }
span { border-color: rgb(2,225,29); }
td.TdClassName
{
border-color: #02E11D;
}
.TagClassName
{
border-color: #02E11D;
}
</style>