Shades of Free Speech Green #2CF21E
Tints of Free Speech Green #2CF21E
RGB
CMYK
RGB Variations
Color information
#2CF21E (or 0x2CF21E) is known color: Free Speech Green. HEX triplet: 2C, F2 and 1E. RGB value is (44,242,30). Sum of RGB (Red+Green+Blue) = 44+242+30=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 242 (94.92% from 255 or 76.58% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 242 - color contains mainly: green. Hex color #2CF21E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF21E is #D30DE1. Grayscale: #9F9F9F. Windows color (decimal): -13831650 or 2028076. OLE color: 2028076.
HSL color Cylindrical-coordinate representation of color #2CF21E: hue angle of 116.04º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CF21E is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 242 | 30 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.05 |
| HSL | 116.04º | 0.89% | 0.53% | - |
| HSV(B) | 116.04º | 0.88% | 0.95% | - |
| XYZ | 33.03 | 64.13 | 11.87 | - |
| YUV | 158.63 | 55.4 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 242 | 30 | 0.82 | 0 | 0.88 | 0.05 | 116.04 | 0.89 | 0.53 |
| Hex | 2C | F2 | 1E | 52 | 0 | 58 | 5 | 74 | 59 | 35 |
| Octal | 54 | 362 | 36 | 122 | 0 | 130 | 5 | 164 | 131 | 65 |
| Binary | 101100 | 11110010 | 11110 | 1010010 | 0 | 1011000 | 101 | 1110100 | 1011001 | 110101 |
Color Harmonies of #2CF21E
Complementary color
Monochromatic Colors of #2CF21E
Black with #2CF21E
Text Example
Text Example
White with #2CF21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF21E; }
p { color: rgb(44,242,30); }
H1.HeaderClassName
{
color: #2CF21E;
}
.AnyTagClassName
{
color: #2CF21E;
}
</style>
background-color css
<style>
a { background-color: #2CF21E; }
a { background-color: rgb(44,242,30); }
div.DivClassName
{
background-color: #2CF21E;
}
.BgClassName
{
background-color: #2CF21E;
}
</style>
border-color css
<style>
span { border-color: #2CF21E; }
span { border-color: rgb(44,242,30); }
td.TdClassName
{
border-color: #2CF21E;
}
.TagClassName
{
border-color: #2CF21E;
}
</style>