Shades of Free Speech Green #2CF222
Tints of Free Speech Green #2CF222
RGB
CMYK
RGB Variations
Color information
#2CF222 (or 0x2CF222) is known color: Free Speech Green. HEX triplet: 2C, F2 and 22. RGB value is (44,242,34). Sum of RGB (Red+Green+Blue) = 44+242+34=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 242 (94.92% from 255 or 75.62% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 242 - color contains mainly: green. Hex color #2CF222 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF222 is #D30DDD. Grayscale: #9F9F9F. Windows color (decimal): -13831646 or 2290220. OLE color: 2290220.
HSL color Cylindrical-coordinate representation of color #2CF222: hue angle of 117.12º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CF222 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 242 | 34 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.05 |
| HSL | 117.12º | 0.89% | 0.54% | - |
| HSV(B) | 117.12º | 0.86% | 0.95% | - |
| XYZ | 33.08 | 64.16 | 12.15 | - |
| YUV | 159.09 | 57.4 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 242 | 34 | 0.82 | 0 | 0.86 | 0.05 | 117.12 | 0.89 | 0.54 |
| Hex | 2C | F2 | 22 | 52 | 0 | 56 | 5 | 75 | 59 | 36 |
| Octal | 54 | 362 | 42 | 122 | 0 | 126 | 5 | 165 | 131 | 66 |
| Binary | 101100 | 11110010 | 100010 | 1010010 | 0 | 1010110 | 101 | 1110101 | 1011001 | 110110 |
Color Harmonies of #2CF222
Complementary color
Monochromatic Colors of #2CF222
Black with #2CF222
Text Example
Text Example
White with #2CF222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF222; }
p { color: rgb(44,242,34); }
H1.HeaderClassName
{
color: #2CF222;
}
.AnyTagClassName
{
color: #2CF222;
}
</style>
background-color css
<style>
a { background-color: #2CF222; }
a { background-color: rgb(44,242,34); }
div.DivClassName
{
background-color: #2CF222;
}
.BgClassName
{
background-color: #2CF222;
}
</style>
border-color css
<style>
span { border-color: #2CF222; }
span { border-color: rgb(44,242,34); }
td.TdClassName
{
border-color: #2CF222;
}
.TagClassName
{
border-color: #2CF222;
}
</style>