Shades of Free Speech Green #20FB02
Tints of Free Speech Green #20FB02
RGB
CMYK
RGB Variations
Color information
#20FB02 (or 0x20FB02) is known color: Free Speech Green. HEX triplet: 20, FB and 02. RGB value is (32,251,2). Sum of RGB (Red+Green+Blue) = 32+251+2=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 251 (98.44% from 255 or 88.07% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 251 - color contains mainly: green. Hex color #20FB02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20FB02 is #DF04FD. Grayscale: #9D9D9D. Windows color (decimal): -14615806 or 195360. OLE color: 195360.
HSL color Cylindrical-coordinate representation of color #20FB02: hue angle of 112.77º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20FB02 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 251 | 2 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.02 |
| HSL | 112.77º | 0.98% | 0.5% | - |
| HSV(B) | 112.77º | 0.99% | 0.98% | - |
| XYZ | 35.1 | 69.31 | 11.58 | - |
| YUV | 157.13 | 40.45 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 251 | 2 | 0.87 | 0 | 0.99 | 0.02 | 112.77 | 0.98 | 0.5 |
| Hex | 20 | FB | 2 | 57 | 0 | 63 | 2 | 71 | 62 | 32 |
| Octal | 40 | 373 | 2 | 127 | 0 | 143 | 2 | 161 | 142 | 62 |
| Binary | 100000 | 11111011 | 10 | 1010111 | 0 | 1100011 | 10 | 1110001 | 1100010 | 110010 |
Color Harmonies of #20FB02
Complementary color
Monochromatic Colors of #20FB02
Black with #20FB02
Text Example
Text Example
White with #20FB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FB02; }
p { color: rgb(32,251,2); }
H1.HeaderClassName
{
color: #20FB02;
}
.AnyTagClassName
{
color: #20FB02;
}
</style>
background-color css
<style>
a { background-color: #20FB02; }
a { background-color: rgb(32,251,2); }
div.DivClassName
{
background-color: #20FB02;
}
.BgClassName
{
background-color: #20FB02;
}
</style>
border-color css
<style>
span { border-color: #20FB02; }
span { border-color: rgb(32,251,2); }
td.TdClassName
{
border-color: #20FB02;
}
.TagClassName
{
border-color: #20FB02;
}
</style>