Shades of Free Speech Green #02FB16
Tints of Free Speech Green #02FB16
RGB
CMYK
RGB Variations
Color information
#02FB16 (or 0x02FB16) is known color: Free Speech Green. HEX triplet: 02, FB and 16. RGB value is (2,251,22). Sum of RGB (Red+Green+Blue) = 2+251+22=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 251 (98.44% from 255 or 91.27% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 251 - color contains mainly: green. Hex color #02FB16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FB16 is #FD04E9. Grayscale: #979797. Windows color (decimal): -16581866 or 1506050. OLE color: 1506050.
HSL color Cylindrical-coordinate representation of color #02FB16: hue angle of 124.82º 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 #02FB16 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 251 | 22 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.02 |
| HSL | 124.82º | 0.98% | 0.5% | - |
| HSV(B) | 124.82º | 0.99% | 0.98% | - |
| XYZ | 34.67 | 69.07 | 12.26 | - |
| YUV | 150.44 | 55.51 | 22.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 251 | 22 | 0.99 | 0 | 0.91 | 0.02 | 124.82 | 0.98 | 0.5 |
| Hex | 2 | FB | 16 | 63 | 0 | 5B | 2 | 7D | 62 | 32 |
| Octal | 2 | 373 | 26 | 143 | 0 | 133 | 2 | 175 | 142 | 62 |
| Binary | 10 | 11111011 | 10110 | 1100011 | 0 | 1011011 | 10 | 1111101 | 1100010 | 110010 |
Color Harmonies of #02FB16
Complementary color
Monochromatic Colors of #02FB16
Black with #02FB16
Text Example
Text Example
White with #02FB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FB16; }
p { color: rgb(2,251,22); }
H1.HeaderClassName
{
color: #02FB16;
}
.AnyTagClassName
{
color: #02FB16;
}
</style>
background-color css
<style>
a { background-color: #02FB16; }
a { background-color: rgb(2,251,22); }
div.DivClassName
{
background-color: #02FB16;
}
.BgClassName
{
background-color: #02FB16;
}
</style>
border-color css
<style>
span { border-color: #02FB16; }
span { border-color: rgb(2,251,22); }
td.TdClassName
{
border-color: #02FB16;
}
.TagClassName
{
border-color: #02FB16;
}
</style>