Shades of Free Speech Green #02FE12
Tints of Free Speech Green #02FE12
RGB
CMYK
RGB Variations
Color information
#02FE12 (or 0x02FE12) is known color: Free Speech Green. HEX triplet: 02, FE and 12. RGB value is (2,254,18). Sum of RGB (Red+Green+Blue) = 2+254+18=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 254 (99.61% from 255 or 92.70% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE12 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FE12 is #FD01ED. Grayscale: #989898. Windows color (decimal): -16581102 or 1244674. OLE color: 1244674.
HSL color Cylindrical-coordinate representation of color #02FE12: hue angle of 123.81º 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 #02FE12 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 18 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.00 |
| HSL | 123.81º | 0.99% | 0.5% | - |
| HSV(B) | 123.81º | 0.99% | 1% | - |
| XYZ | 35.58 | 70.94 | 12.39 | - |
| YUV | 151.75 | 52.51 | 21.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 18 | 0.99 | 0 | 0.93 | 0.00 | 123.81 | 0.99 | 0.5 |
| Hex | 2 | FE | 12 | 63 | 0 | 5D | 0 | 7C | 63 | 32 |
| Octal | 2 | 376 | 22 | 143 | 0 | 135 | 0 | 174 | 143 | 62 |
| Binary | 10 | 11111110 | 10010 | 1100011 | 0 | 1011101 | 0 | 1111100 | 1100011 | 110010 |
Color Harmonies of #02FE12
Complementary color
Monochromatic Colors of #02FE12
Black with #02FE12
Text Example
Text Example
White with #02FE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FE12; }
p { color: rgb(2,254,18); }
H1.HeaderClassName
{
color: #02FE12;
}
.AnyTagClassName
{
color: #02FE12;
}
</style>
background-color css
<style>
a { background-color: #02FE12; }
a { background-color: rgb(2,254,18); }
div.DivClassName
{
background-color: #02FE12;
}
.BgClassName
{
background-color: #02FE12;
}
</style>
border-color css
<style>
span { border-color: #02FE12; }
span { border-color: rgb(2,254,18); }
td.TdClassName
{
border-color: #02FE12;
}
.TagClassName
{
border-color: #02FE12;
}
</style>