Shades of Free Speech Green #02FD2D
Tints of Free Speech Green #02FD2D
RGB
CMYK
RGB Variations
Color information
#02FD2D (or 0x02FD2D) is known color: Free Speech Green. HEX triplet: 02, FD and 2D. RGB value is (2,253,45). Sum of RGB (Red+Green+Blue) = 2+253+45=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 253 (99.22% from 255 or 84.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 253 - color contains mainly: green. Hex color #02FD2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FD2D is #FD02D2. Grayscale: #9A9A9A. Windows color (decimal): -16581331 or 3013890. OLE color: 3013890.
HSL color Cylindrical-coordinate representation of color #02FD2D: hue angle of 130.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FD2D is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 253 | 45 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.01 |
| HSL | 130.28º | 0.98% | 0.5% | - |
| HSV(B) | 130.28º | 0.99% | 0.99% | - |
| XYZ | 35.62 | 70.45 | 14.2 | - |
| YUV | 154.24 | 66.34 | 19.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 253 | 45 | 0.99 | 0 | 0.82 | 0.01 | 130.28 | 0.98 | 0.5 |
| Hex | 2 | FD | 2D | 63 | 0 | 52 | 1 | 82 | 62 | 32 |
| Octal | 2 | 375 | 55 | 143 | 0 | 122 | 1 | 202 | 142 | 62 |
| Binary | 10 | 11111101 | 101101 | 1100011 | 0 | 1010010 | 1 | 10000010 | 1100010 | 110010 |
Color Harmonies of #02FD2D
Complementary color
Monochromatic Colors of #02FD2D
Black with #02FD2D
Text Example
Text Example
White with #02FD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FD2D; }
p { color: rgb(2,253,45); }
H1.HeaderClassName
{
color: #02FD2D;
}
.AnyTagClassName
{
color: #02FD2D;
}
</style>
background-color css
<style>
a { background-color: #02FD2D; }
a { background-color: rgb(2,253,45); }
div.DivClassName
{
background-color: #02FD2D;
}
.BgClassName
{
background-color: #02FD2D;
}
</style>
border-color css
<style>
span { border-color: #02FD2D; }
span { border-color: rgb(2,253,45); }
td.TdClassName
{
border-color: #02FD2D;
}
.TagClassName
{
border-color: #02FD2D;
}
</style>