Shades of Free Speech Green #02FE18
Tints of Free Speech Green #02FE18
RGB
CMYK
RGB Variations
Color information
#02FE18 (or 0x02FE18) is known color: Free Speech Green. HEX triplet: 02, FE and 18. RGB value is (2,254,24). Sum of RGB (Red+Green+Blue) = 2+254+24=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 254 (99.61% from 255 or 90.71% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE18 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FE18 is #FD01E7. Grayscale: #999999. Windows color (decimal): -16581096 or 1637890. OLE color: 1637890.
HSL color Cylindrical-coordinate representation of color #02FE18: hue angle of 125.24º 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 #02FE18 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 24 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.00 |
| HSL | 125.24º | 0.99% | 0.5% | - |
| HSV(B) | 125.24º | 0.99% | 1% | - |
| XYZ | 35.63 | 70.96 | 12.68 | - |
| YUV | 152.43 | 55.51 | 20.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 24 | 0.99 | 0 | 0.91 | 0.00 | 125.24 | 0.99 | 0.5 |
| Hex | 2 | FE | 18 | 63 | 0 | 5B | 0 | 7D | 63 | 32 |
| Octal | 2 | 376 | 30 | 143 | 0 | 133 | 0 | 175 | 143 | 62 |
| Binary | 10 | 11111110 | 11000 | 1100011 | 0 | 1011011 | 0 | 1111101 | 1100011 | 110010 |
Color Harmonies of #02FE18
Complementary color
Monochromatic Colors of #02FE18
Black with #02FE18
Text Example
Text Example
White with #02FE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FE18; }
p { color: rgb(2,254,24); }
H1.HeaderClassName
{
color: #02FE18;
}
.AnyTagClassName
{
color: #02FE18;
}
</style>
background-color css
<style>
a { background-color: #02FE18; }
a { background-color: rgb(2,254,24); }
div.DivClassName
{
background-color: #02FE18;
}
.BgClassName
{
background-color: #02FE18;
}
</style>
border-color css
<style>
span { border-color: #02FE18; }
span { border-color: rgb(2,254,24); }
td.TdClassName
{
border-color: #02FE18;
}
.TagClassName
{
border-color: #02FE18;
}
</style>