Shades of Free Speech Green #2CF821
Tints of Free Speech Green #2CF821
RGB
CMYK
RGB Variations
Color information
#2CF821 (or 0x2CF821) is known color: Free Speech Green. HEX triplet: 2C, F8 and 21. RGB value is (44,248,33). Sum of RGB (Red+Green+Blue) = 44+248+33=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 248 (97.27% from 255 or 76.31% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF821 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF821 is #D307DE. Grayscale: #A3A3A3. Windows color (decimal): -13830111 or 2226220. OLE color: 2226220.
HSL color Cylindrical-coordinate representation of color #2CF821: hue angle of 116.93º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2CF821 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 248 | 33 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.03 |
| HSL | 116.93º | 0.94% | 0.55% | - |
| HSV(B) | 116.93º | 0.87% | 0.97% | - |
| XYZ | 34.88 | 67.78 | 12.68 | - |
| YUV | 162.49 | 54.91 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 248 | 33 | 0.82 | 0 | 0.87 | 0.03 | 116.93 | 0.94 | 0.55 |
| Hex | 2C | F8 | 21 | 52 | 0 | 57 | 3 | 75 | 5E | 37 |
| Octal | 54 | 370 | 41 | 122 | 0 | 127 | 3 | 165 | 136 | 67 |
| Binary | 101100 | 11111000 | 100001 | 1010010 | 0 | 1010111 | 11 | 1110101 | 1011110 | 110111 |
Color Harmonies of #2CF821
Complementary color
Monochromatic Colors of #2CF821
Black with #2CF821
Text Example
Text Example
White with #2CF821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF821; }
p { color: rgb(44,248,33); }
H1.HeaderClassName
{
color: #2CF821;
}
.AnyTagClassName
{
color: #2CF821;
}
</style>
background-color css
<style>
a { background-color: #2CF821; }
a { background-color: rgb(44,248,33); }
div.DivClassName
{
background-color: #2CF821;
}
.BgClassName
{
background-color: #2CF821;
}
</style>
border-color css
<style>
span { border-color: #2CF821; }
span { border-color: rgb(44,248,33); }
td.TdClassName
{
border-color: #2CF821;
}
.TagClassName
{
border-color: #2CF821;
}
</style>