Shades of Free Speech Green #02FE32
Tints of Free Speech Green #02FE32
RGB
CMYK
RGB Variations
Color information
#02FE32 (or 0x02FE32) is known color: Free Speech Green. HEX triplet: 02, FE and 32. RGB value is (2,254,50). Sum of RGB (Red+Green+Blue) = 2+254+50=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 254 (99.61% from 255 or 83.01% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FE32 is #FD01CD. Grayscale: #9B9B9B. Windows color (decimal): -16581070 or 3341826. OLE color: 3341826.
HSL color Cylindrical-coordinate representation of color #02FE32: hue angle of 131.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FE32 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 50 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.00 |
| HSL | 131.43º | 0.99% | 0.5% | - |
| HSV(B) | 131.43º | 0.99% | 1% | - |
| XYZ | 36.04 | 71.13 | 14.85 | - |
| YUV | 155.4 | 68.51 | 18.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 50 | 0.99 | 0 | 0.80 | 0.00 | 131.43 | 0.99 | 0.5 |
| Hex | 2 | FE | 32 | 63 | 0 | 50 | 0 | 83 | 63 | 32 |
| Octal | 2 | 376 | 62 | 143 | 0 | 120 | 0 | 203 | 143 | 62 |
| Binary | 10 | 11111110 | 110010 | 1100011 | 0 | 1010000 | 0 | 10000011 | 1100011 | 110010 |
Color Harmonies of #02FE32
Complementary color
Monochromatic Colors of #02FE32
Black with #02FE32
Text Example
Text Example
White with #02FE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FE32; }
p { color: rgb(2,254,50); }
H1.HeaderClassName
{
color: #02FE32;
}
.AnyTagClassName
{
color: #02FE32;
}
</style>
background-color css
<style>
a { background-color: #02FE32; }
a { background-color: rgb(2,254,50); }
div.DivClassName
{
background-color: #02FE32;
}
.BgClassName
{
background-color: #02FE32;
}
</style>
border-color css
<style>
span { border-color: #02FE32; }
span { border-color: rgb(2,254,50); }
td.TdClassName
{
border-color: #02FE32;
}
.TagClassName
{
border-color: #02FE32;
}
</style>