Shades of Free Speech Green #2CEF1D
Tints of Free Speech Green #2CEF1D
RGB
CMYK
RGB Variations
Color information
#2CEF1D (or 0x2CEF1D) is known color: Free Speech Green. HEX triplet: 2C, EF and 1D. RGB value is (44,239,29). Sum of RGB (Red+Green+Blue) = 44+239+29=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 239 (93.75% from 255 or 76.60% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEF1D is #D310E2. Grayscale: #9D9D9D. Windows color (decimal): -13832419 or 1961772. OLE color: 1961772.
HSL color Cylindrical-coordinate representation of color #2CEF1D: hue angle of 115.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CEF1D is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 29 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.06 |
| HSL | 115.71º | 0.87% | 0.53% | - |
| HSV(B) | 115.71º | 0.88% | 0.94% | - |
| XYZ | 32.13 | 62.36 | 11.51 | - |
| YUV | 156.76 | 55.9 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 29 | 0.82 | 0 | 0.88 | 0.06 | 115.71 | 0.87 | 0.53 |
| Hex | 2C | EF | 1D | 52 | 0 | 58 | 6 | 74 | 57 | 35 |
| Octal | 54 | 357 | 35 | 122 | 0 | 130 | 6 | 164 | 127 | 65 |
| Binary | 101100 | 11101111 | 11101 | 1010010 | 0 | 1011000 | 110 | 1110100 | 1010111 | 110101 |
Color Harmonies of #2CEF1D
Complementary color
Monochromatic Colors of #2CEF1D
Black with #2CEF1D
Text Example
Text Example
White with #2CEF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF1D; }
p { color: rgb(44,239,29); }
H1.HeaderClassName
{
color: #2CEF1D;
}
.AnyTagClassName
{
color: #2CEF1D;
}
</style>
background-color css
<style>
a { background-color: #2CEF1D; }
a { background-color: rgb(44,239,29); }
div.DivClassName
{
background-color: #2CEF1D;
}
.BgClassName
{
background-color: #2CEF1D;
}
</style>
border-color css
<style>
span { border-color: #2CEF1D; }
span { border-color: rgb(44,239,29); }
td.TdClassName
{
border-color: #2CEF1D;
}
.TagClassName
{
border-color: #2CEF1D;
}
</style>