Shades of Free Speech Green #02FF2D
Tints of Free Speech Green #02FF2D
RGB
CMYK
RGB Variations
Color information
#02FF2D (or 0x02FF2D) is known color: Free Speech Green. HEX triplet: 02, FF and 2D. RGB value is (2,255,45). Sum of RGB (Red+Green+Blue) = 2+255+45=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 255 (100% from 255 or 84.44% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FF2D is #FD00D2. Grayscale: #9B9B9B. Windows color (decimal): -16580819 or 3014402. OLE color: 3014402.
HSL color Cylindrical-coordinate representation of color #02FF2D: hue angle of 130.2º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FF2D is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 45 | - |
| CMYK | 0.99 | 0 | 0.82 | 0 |
| HSL | 130.2º | 1% | 0.5% | - |
| HSV(B) | 130.2º | 0.99% | 1% | - |
| XYZ | 36.26 | 71.72 | 14.42 | - |
| YUV | 155.41 | 65.68 | 18.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 45 | 0.99 | 0 | 0.82 | 0 | 130.2 | 1 | 0.5 |
| Hex | 2 | FF | 2D | 63 | 0 | 52 | 0 | 82 | 64 | 32 |
| Octal | 2 | 377 | 55 | 143 | 0 | 122 | 0 | 202 | 144 | 62 |
| Binary | 10 | 11111111 | 101101 | 1100011 | 0 | 1010010 | 0 | 10000010 | 1100100 | 110010 |
Color Harmonies of #02FF2D
Complementary color
Monochromatic Colors of #02FF2D
Black with #02FF2D
Text Example
Text Example
White with #02FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF2D; }
p { color: rgb(2,255,45); }
H1.HeaderClassName
{
color: #02FF2D;
}
.AnyTagClassName
{
color: #02FF2D;
}
</style>
background-color css
<style>
a { background-color: #02FF2D; }
a { background-color: rgb(2,255,45); }
div.DivClassName
{
background-color: #02FF2D;
}
.BgClassName
{
background-color: #02FF2D;
}
</style>
border-color css
<style>
span { border-color: #02FF2D; }
span { border-color: rgb(2,255,45); }
td.TdClassName
{
border-color: #02FF2D;
}
.TagClassName
{
border-color: #02FF2D;
}
</style>