Shades of Free Speech Green #02E90C
Tints of Free Speech Green #02E90C
RGB
CMYK
RGB Variations
Color information
#02E90C (or 0x02E90C) is known color: Free Speech Green. HEX triplet: 02, E9 and 0C. RGB value is (2,233,12). Sum of RGB (Red+Green+Blue) = 2+233+12=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 233 (91.41% from 255 or 94.33% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 233 - color contains mainly: green. Hex color #02E90C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02E90C is #FD16F3. Grayscale: #8B8B8B. Windows color (decimal): -16586484 or 846082. OLE color: 846082.
HSL color Cylindrical-coordinate representation of color #02E90C: hue angle of 122.6º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E90C is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 233 | 12 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.09 |
| HSL | 122.6º | 0.98% | 0.46% | - |
| HSV(B) | 122.6º | 0.99% | 0.91% | - |
| XYZ | 29.23 | 58.32 | 10.06 | - |
| YUV | 138.74 | 56.47 | 30.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 233 | 12 | 0.99 | 0 | 0.95 | 0.09 | 122.6 | 0.98 | 0.46 |
| Hex | 2 | E9 | C | 63 | 0 | 5F | 9 | 7B | 62 | 2E |
| Octal | 2 | 351 | 14 | 143 | 0 | 137 | 11 | 173 | 142 | 56 |
| Binary | 10 | 11101001 | 1100 | 1100011 | 0 | 1011111 | 1001 | 1111011 | 1100010 | 101110 |
Color Harmonies of #02E90C
Complementary color
Monochromatic Colors of #02E90C
Black with #02E90C
Text Example
Text Example
White with #02E90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E90C; }
p { color: rgb(2,233,12); }
H1.HeaderClassName
{
color: #02E90C;
}
.AnyTagClassName
{
color: #02E90C;
}
</style>
background-color css
<style>
a { background-color: #02E90C; }
a { background-color: rgb(2,233,12); }
div.DivClassName
{
background-color: #02E90C;
}
.BgClassName
{
background-color: #02E90C;
}
</style>
border-color css
<style>
span { border-color: #02E90C; }
span { border-color: rgb(2,233,12); }
td.TdClassName
{
border-color: #02E90C;
}
.TagClassName
{
border-color: #02E90C;
}
</style>