Shades of Free Speech Green #02FE34
Tints of Free Speech Green #02FE34
RGB
CMYK
RGB Variations
Color information
#02FE34 (or 0x02FE34) is known color: Free Speech Green. HEX triplet: 02, FE and 34. RGB value is (2,254,52). Sum of RGB (Red+Green+Blue) = 2+254+52=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 254 (99.61% from 255 or 82.47% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FE34 is #FD01CB. Grayscale: #9C9C9C. Windows color (decimal): -16581068 or 3472898. OLE color: 3472898.
HSL color Cylindrical-coordinate representation of color #02FE34: hue angle of 131.9º 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 #02FE34 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 52 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.00 |
| HSL | 131.9º | 0.99% | 0.5% | - |
| HSV(B) | 131.9º | 0.99% | 1% | - |
| XYZ | 36.09 | 71.14 | 15.08 | - |
| YUV | 155.62 | 69.51 | 18.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 52 | 0.99 | 0 | 0.80 | 0.00 | 131.9 | 0.99 | 0.5 |
| Hex | 2 | FE | 34 | 63 | 0 | 50 | 0 | 84 | 63 | 32 |
| Octal | 2 | 376 | 64 | 143 | 0 | 120 | 0 | 204 | 143 | 62 |
| Binary | 10 | 11111110 | 110100 | 1100011 | 0 | 1010000 | 0 | 10000100 | 1100011 | 110010 |
Color Harmonies of #02FE34
Complementary color
Monochromatic Colors of #02FE34
Black with #02FE34
Text Example
Text Example
White with #02FE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FE34; }
p { color: rgb(2,254,52); }
H1.HeaderClassName
{
color: #02FE34;
}
.AnyTagClassName
{
color: #02FE34;
}
</style>
background-color css
<style>
a { background-color: #02FE34; }
a { background-color: rgb(2,254,52); }
div.DivClassName
{
background-color: #02FE34;
}
.BgClassName
{
background-color: #02FE34;
}
</style>
border-color css
<style>
span { border-color: #02FE34; }
span { border-color: rgb(2,254,52); }
td.TdClassName
{
border-color: #02FE34;
}
.TagClassName
{
border-color: #02FE34;
}
</style>