Shades of Free Speech Green #2CF521
Tints of Free Speech Green #2CF521
RGB
CMYK
RGB Variations
Color information
#2CF521 (or 0x2CF521) is known color: Free Speech Green. HEX triplet: 2C, F5 and 21. RGB value is (44,245,33). Sum of RGB (Red+Green+Blue) = 44+245+33=322 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.66% from 322); Green value is 245 (96.09% from 255 or 76.09% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 245 - color contains mainly: green. Hex color #2CF521 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF521 is #D30ADE. Grayscale: #A1A1A1. Windows color (decimal): -13830879 or 2225452. OLE color: 2225452.
HSL color Cylindrical-coordinate representation of color #2CF521: hue angle of 116.89º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2CF521 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 245 | 33 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.04 |
| HSL | 116.89º | 0.91% | 0.55% | - |
| HSV(B) | 116.89º | 0.87% | 0.96% | - |
| XYZ | 33.97 | 65.95 | 12.38 | - |
| YUV | 160.73 | 55.91 | 44.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 245 | 33 | 0.82 | 0 | 0.87 | 0.04 | 116.89 | 0.91 | 0.55 |
| Hex | 2C | F5 | 21 | 52 | 0 | 57 | 4 | 75 | 5B | 37 |
| Octal | 54 | 365 | 41 | 122 | 0 | 127 | 4 | 165 | 133 | 67 |
| Binary | 101100 | 11110101 | 100001 | 1010010 | 0 | 1010111 | 100 | 1110101 | 1011011 | 110111 |
Color Harmonies of #2CF521
Complementary color
Monochromatic Colors of #2CF521
Black with #2CF521
Text Example
Text Example
White with #2CF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF521; }
p { color: rgb(44,245,33); }
H1.HeaderClassName
{
color: #2CF521;
}
.AnyTagClassName
{
color: #2CF521;
}
</style>
background-color css
<style>
a { background-color: #2CF521; }
a { background-color: rgb(44,245,33); }
div.DivClassName
{
background-color: #2CF521;
}
.BgClassName
{
background-color: #2CF521;
}
</style>
border-color css
<style>
span { border-color: #2CF521; }
span { border-color: rgb(44,245,33); }
td.TdClassName
{
border-color: #2CF521;
}
.TagClassName
{
border-color: #2CF521;
}
</style>