Shades of Free Speech Green #02FB2D
Tints of Free Speech Green #02FB2D
RGB
CMYK
RGB Variations
Color information
#02FB2D (or 0x02FB2D) is known color: Free Speech Green. HEX triplet: 02, FB and 2D. RGB value is (2,251,45). Sum of RGB (Red+Green+Blue) = 2+251+45=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 251 (98.44% from 255 or 84.23% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 251 - color contains mainly: green. Hex color #02FB2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FB2D is #FD04D2. Grayscale: #999999. Windows color (decimal): -16581843 or 3013378. OLE color: 3013378.
HSL color Cylindrical-coordinate representation of color #02FB2D: hue angle of 130.36º 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 #02FB2D is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 251 | 45 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.02 |
| HSL | 130.36º | 0.98% | 0.5% | - |
| HSV(B) | 130.36º | 0.99% | 0.98% | - |
| XYZ | 35 | 69.2 | 13.99 | - |
| YUV | 153.07 | 67.01 | 20.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 251 | 45 | 0.99 | 0 | 0.82 | 0.02 | 130.36 | 0.98 | 0.5 |
| Hex | 2 | FB | 2D | 63 | 0 | 52 | 2 | 82 | 62 | 32 |
| Octal | 2 | 373 | 55 | 143 | 0 | 122 | 2 | 202 | 142 | 62 |
| Binary | 10 | 11111011 | 101101 | 1100011 | 0 | 1010010 | 10 | 10000010 | 1100010 | 110010 |
Color Harmonies of #02FB2D
Complementary color
Monochromatic Colors of #02FB2D
Black with #02FB2D
Text Example
Text Example
White with #02FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FB2D; }
p { color: rgb(2,251,45); }
H1.HeaderClassName
{
color: #02FB2D;
}
.AnyTagClassName
{
color: #02FB2D;
}
</style>
background-color css
<style>
a { background-color: #02FB2D; }
a { background-color: rgb(2,251,45); }
div.DivClassName
{
background-color: #02FB2D;
}
.BgClassName
{
background-color: #02FB2D;
}
</style>
border-color css
<style>
span { border-color: #02FB2D; }
span { border-color: rgb(2,251,45); }
td.TdClassName
{
border-color: #02FB2D;
}
.TagClassName
{
border-color: #02FB2D;
}
</style>