Shades of Free Speech Green #02E115
Tints of Free Speech Green #02E115
RGB
CMYK
RGB Variations
Color information
#02E115 (or 0x02E115) is known color: Free Speech Green. HEX triplet: 02, E1 and 15. RGB value is (2,225,21). Sum of RGB (Red+Green+Blue) = 2+225+21=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 225 (88.28% from 255 or 90.73% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 225 - color contains mainly: green. Hex color #02E115 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02E115 is #FD1EEA. Grayscale: #878787. Windows color (decimal): -16588523 or 1433858. OLE color: 1433858.
HSL color Cylindrical-coordinate representation of color #02E115: hue angle of 125.11º 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 #02E115 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 225 | 21 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.12 |
| HSL | 125.11º | 0.98% | 0.45% | - |
| HSV(B) | 125.11º | 0.99% | 0.88% | - |
| XYZ | 27.09 | 53.92 | 9.69 | - |
| YUV | 135.07 | 63.62 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 225 | 21 | 0.99 | 0 | 0.91 | 0.12 | 125.11 | 0.98 | 0.45 |
| Hex | 2 | E1 | 15 | 63 | 0 | 5B | C | 7D | 62 | 2D |
| Octal | 2 | 341 | 25 | 143 | 0 | 133 | 14 | 175 | 142 | 55 |
| Binary | 10 | 11100001 | 10101 | 1100011 | 0 | 1011011 | 1100 | 1111101 | 1100010 | 101101 |
Color Harmonies of #02E115
Complementary color
Monochromatic Colors of #02E115
Black with #02E115
Text Example
Text Example
White with #02E115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E115; }
p { color: rgb(2,225,21); }
H1.HeaderClassName
{
color: #02E115;
}
.AnyTagClassName
{
color: #02E115;
}
</style>
background-color css
<style>
a { background-color: #02E115; }
a { background-color: rgb(2,225,21); }
div.DivClassName
{
background-color: #02E115;
}
.BgClassName
{
background-color: #02E115;
}
</style>
border-color css
<style>
span { border-color: #02E115; }
span { border-color: rgb(2,225,21); }
td.TdClassName
{
border-color: #02E115;
}
.TagClassName
{
border-color: #02E115;
}
</style>