Shades of Free Speech Green #02FF12
Tints of Free Speech Green #02FF12
RGB
CMYK
RGB Variations
Color information
#02FF12 (or 0x02FF12) is known color: Free Speech Green. HEX triplet: 02, FF and 12. RGB value is (2,255,18). Sum of RGB (Red+Green+Blue) = 2+255+18=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 255 (100% from 255 or 92.73% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF12 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FF12 is #FD00ED. Grayscale: #999999. Windows color (decimal): -16580846 or 1244930. OLE color: 1244930.
HSL color Cylindrical-coordinate representation of color #02FF12: hue angle of 123.79º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FF12 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 18 | - |
| CMYK | 0.99 | 0 | 0.93 | 0 |
| HSL | 123.79º | 1% | 0.5% | - |
| HSV(B) | 123.79º | 0.99% | 1% | - |
| XYZ | 35.89 | 71.58 | 12.5 | - |
| YUV | 152.34 | 52.18 | 20.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 18 | 0.99 | 0 | 0.93 | 0 | 123.79 | 1 | 0.5 |
| Hex | 2 | FF | 12 | 63 | 0 | 5D | 0 | 7C | 64 | 32 |
| Octal | 2 | 377 | 22 | 143 | 0 | 135 | 0 | 174 | 144 | 62 |
| Binary | 10 | 11111111 | 10010 | 1100011 | 0 | 1011101 | 0 | 1111100 | 1100100 | 110010 |
Color Harmonies of #02FF12
Complementary color
Monochromatic Colors of #02FF12
Black with #02FF12
Text Example
Text Example
White with #02FF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF12; }
p { color: rgb(2,255,18); }
H1.HeaderClassName
{
color: #02FF12;
}
.AnyTagClassName
{
color: #02FF12;
}
</style>
background-color css
<style>
a { background-color: #02FF12; }
a { background-color: rgb(2,255,18); }
div.DivClassName
{
background-color: #02FF12;
}
.BgClassName
{
background-color: #02FF12;
}
</style>
border-color css
<style>
span { border-color: #02FF12; }
span { border-color: rgb(2,255,18); }
td.TdClassName
{
border-color: #02FF12;
}
.TagClassName
{
border-color: #02FF12;
}
</style>