Shades of Free Speech Green #02FE25
Tints of Free Speech Green #02FE25
RGB
CMYK
RGB Variations
Color information
#02FE25 (or 0x02FE25) is known color: Free Speech Green. HEX triplet: 02, FE and 25. RGB value is (2,254,37). Sum of RGB (Red+Green+Blue) = 2+254+37=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 254 (99.61% from 255 or 86.69% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FE25 is #FD01DA. Grayscale: #9A9A9A. Windows color (decimal): -16581083 or 2489858. OLE color: 2489858.
HSL color Cylindrical-coordinate representation of color #02FE25: hue angle of 128.33º 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 #02FE25 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 37 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.00 |
| HSL | 128.33º | 0.99% | 0.5% | - |
| HSV(B) | 128.33º | 0.99% | 1% | - |
| XYZ | 35.8 | 71.03 | 13.57 | - |
| YUV | 153.91 | 62.01 | 19.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 37 | 0.99 | 0 | 0.85 | 0.00 | 128.33 | 0.99 | 0.5 |
| Hex | 2 | FE | 25 | 63 | 0 | 55 | 0 | 80 | 63 | 32 |
| Octal | 2 | 376 | 45 | 143 | 0 | 125 | 0 | 200 | 143 | 62 |
| Binary | 10 | 11111110 | 100101 | 1100011 | 0 | 1010101 | 0 | 10000000 | 1100011 | 110010 |
Color Harmonies of #02FE25
Complementary color
Monochromatic Colors of #02FE25
Black with #02FE25
Text Example
Text Example
White with #02FE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FE25; }
p { color: rgb(2,254,37); }
H1.HeaderClassName
{
color: #02FE25;
}
.AnyTagClassName
{
color: #02FE25;
}
</style>
background-color css
<style>
a { background-color: #02FE25; }
a { background-color: rgb(2,254,37); }
div.DivClassName
{
background-color: #02FE25;
}
.BgClassName
{
background-color: #02FE25;
}
</style>
border-color css
<style>
span { border-color: #02FE25; }
span { border-color: rgb(2,254,37); }
td.TdClassName
{
border-color: #02FE25;
}
.TagClassName
{
border-color: #02FE25;
}
</style>