Shades of Free Speech Green #02FE31
Tints of Free Speech Green #02FE31
RGB
CMYK
RGB Variations
Color information
#02FE31 (or 0x02FE31) is known color: Free Speech Green. HEX triplet: 02, FE and 31. RGB value is (2,254,49). Sum of RGB (Red+Green+Blue) = 2+254+49=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 254 (99.61% from 255 or 83.28% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE31 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FE31 is #FD01CE. Grayscale: #9B9B9B. Windows color (decimal): -16581071 or 3276290. OLE color: 3276290.
HSL color Cylindrical-coordinate representation of color #02FE31: hue angle of 131.19º 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 #02FE31 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 49 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.00 |
| HSL | 131.19º | 0.99% | 0.5% | - |
| HSV(B) | 131.19º | 0.99% | 1% | - |
| XYZ | 36.02 | 71.12 | 14.73 | - |
| YUV | 155.28 | 68.01 | 18.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 49 | 0.99 | 0 | 0.81 | 0.00 | 131.19 | 0.99 | 0.5 |
| Hex | 2 | FE | 31 | 63 | 0 | 51 | 0 | 83 | 63 | 32 |
| Octal | 2 | 376 | 61 | 143 | 0 | 121 | 0 | 203 | 143 | 62 |
| Binary | 10 | 11111110 | 110001 | 1100011 | 0 | 1010001 | 0 | 10000011 | 1100011 | 110010 |
Color Harmonies of #02FE31
Complementary color
Monochromatic Colors of #02FE31
Black with #02FE31
Text Example
Text Example
White with #02FE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FE31; }
p { color: rgb(2,254,49); }
H1.HeaderClassName
{
color: #02FE31;
}
.AnyTagClassName
{
color: #02FE31;
}
</style>
background-color css
<style>
a { background-color: #02FE31; }
a { background-color: rgb(2,254,49); }
div.DivClassName
{
background-color: #02FE31;
}
.BgClassName
{
background-color: #02FE31;
}
</style>
border-color css
<style>
span { border-color: #02FE31; }
span { border-color: rgb(2,254,49); }
td.TdClassName
{
border-color: #02FE31;
}
.TagClassName
{
border-color: #02FE31;
}
</style>