Shades of Free Speech Green #02F62C
Tints of Free Speech Green #02F62C
RGB
CMYK
RGB Variations
Color information
#02F62C (or 0x02F62C) is known color: Free Speech Green. HEX triplet: 02, F6 and 2C. RGB value is (2,246,44). Sum of RGB (Red+Green+Blue) = 2+246+44=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 246 (96.48% from 255 or 84.25% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 246 - color contains mainly: green. Hex color #02F62C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F62C is #FD09D3. Grayscale: #969696. Windows color (decimal): -16583124 or 2946562. OLE color: 2946562.
HSL color Cylindrical-coordinate representation of color #02F62C: hue angle of 130.33º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F62C is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 246 | 44 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.04 |
| HSL | 130.33º | 0.98% | 0.49% | - |
| HSV(B) | 130.33º | 0.99% | 0.96% | - |
| XYZ | 33.44 | 66.11 | 13.38 | - |
| YUV | 150.02 | 68.16 | 22.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 246 | 44 | 0.99 | 0 | 0.82 | 0.04 | 130.33 | 0.98 | 0.49 |
| Hex | 2 | F6 | 2C | 63 | 0 | 52 | 4 | 82 | 62 | 31 |
| Octal | 2 | 366 | 54 | 143 | 0 | 122 | 4 | 202 | 142 | 61 |
| Binary | 10 | 11110110 | 101100 | 1100011 | 0 | 1010010 | 100 | 10000010 | 1100010 | 110001 |
Color Harmonies of #02F62C
Complementary color
Monochromatic Colors of #02F62C
Black with #02F62C
Text Example
Text Example
White with #02F62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F62C; }
p { color: rgb(2,246,44); }
H1.HeaderClassName
{
color: #02F62C;
}
.AnyTagClassName
{
color: #02F62C;
}
</style>
background-color css
<style>
a { background-color: #02F62C; }
a { background-color: rgb(2,246,44); }
div.DivClassName
{
background-color: #02F62C;
}
.BgClassName
{
background-color: #02F62C;
}
</style>
border-color css
<style>
span { border-color: #02F62C; }
span { border-color: rgb(2,246,44); }
td.TdClassName
{
border-color: #02F62C;
}
.TagClassName
{
border-color: #02F62C;
}
</style>