Shades of Free Speech Green #02FA0C
Tints of Free Speech Green #02FA0C
RGB
CMYK
RGB Variations
Color information
#02FA0C (or 0x02FA0C) is known color: Free Speech Green. HEX triplet: 02, FA and 0C. RGB value is (2,250,12). Sum of RGB (Red+Green+Blue) = 2+250+12=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 250 (98.05% from 255 or 94.70% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA0C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FA0C is #FD05F3. Grayscale: #959595. Windows color (decimal): -16582132 or 850434. OLE color: 850434.
HSL color Cylindrical-coordinate representation of color #02FA0C: hue angle of 122.42º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FA0C is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 250 | 12 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.02 |
| HSL | 122.42º | 0.98% | 0.49% | - |
| HSV(B) | 122.42º | 0.99% | 0.98% | - |
| XYZ | 34.28 | 68.41 | 11.75 | - |
| YUV | 148.72 | 50.84 | 23.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 12 | 0.99 | 0 | 0.95 | 0.02 | 122.42 | 0.98 | 0.49 |
| Hex | 2 | FA | C | 63 | 0 | 5F | 2 | 7A | 62 | 31 |
| Octal | 2 | 372 | 14 | 143 | 0 | 137 | 2 | 172 | 142 | 61 |
| Binary | 10 | 11111010 | 1100 | 1100011 | 0 | 1011111 | 10 | 1111010 | 1100010 | 110001 |
Color Harmonies of #02FA0C
Complementary color
Monochromatic Colors of #02FA0C
Black with #02FA0C
Text Example
Text Example
White with #02FA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FA0C; }
p { color: rgb(2,250,12); }
H1.HeaderClassName
{
color: #02FA0C;
}
.AnyTagClassName
{
color: #02FA0C;
}
</style>
background-color css
<style>
a { background-color: #02FA0C; }
a { background-color: rgb(2,250,12); }
div.DivClassName
{
background-color: #02FA0C;
}
.BgClassName
{
background-color: #02FA0C;
}
</style>
border-color css
<style>
span { border-color: #02FA0C; }
span { border-color: rgb(2,250,12); }
td.TdClassName
{
border-color: #02FA0C;
}
.TagClassName
{
border-color: #02FA0C;
}
</style>