Shades of Free Speech Green #21EC27
Tints of Free Speech Green #21EC27
RGB
CMYK
RGB Variations
Color information
#21EC27 (or 0x21EC27) is known color: Free Speech Green. HEX triplet: 21, EC and 27. RGB value is (33,236,39). Sum of RGB (Red+Green+Blue) = 33+236+39=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 236 (92.58% from 255 or 76.62% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 236 - color contains mainly: green. Hex color #21EC27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EC27 is #DE13D8. Grayscale: #999999. Windows color (decimal): -14554073 or 2616353. OLE color: 2616353.
HSL color Cylindrical-coordinate representation of color #21EC27: hue angle of 121.77º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EC27 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 39 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.07 |
| HSL | 121.77º | 0.84% | 0.53% | - |
| HSV(B) | 121.77º | 0.86% | 0.93% | - |
| XYZ | 30.99 | 60.46 | 11.96 | - |
| YUV | 152.85 | 63.75 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 39 | 0.86 | 0 | 0.83 | 0.07 | 121.77 | 0.84 | 0.53 |
| Hex | 21 | EC | 27 | 56 | 0 | 53 | 7 | 7A | 54 | 35 |
| Octal | 41 | 354 | 47 | 126 | 0 | 123 | 7 | 172 | 124 | 65 |
| Binary | 100001 | 11101100 | 100111 | 1010110 | 0 | 1010011 | 111 | 1111010 | 1010100 | 110101 |
Color Harmonies of #21EC27
Complementary color
Monochromatic Colors of #21EC27
Black with #21EC27
Text Example
Text Example
White with #21EC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EC27; }
p { color: rgb(33,236,39); }
H1.HeaderClassName
{
color: #21EC27;
}
.AnyTagClassName
{
color: #21EC27;
}
</style>
background-color css
<style>
a { background-color: #21EC27; }
a { background-color: rgb(33,236,39); }
div.DivClassName
{
background-color: #21EC27;
}
.BgClassName
{
background-color: #21EC27;
}
</style>
border-color css
<style>
span { border-color: #21EC27; }
span { border-color: rgb(33,236,39); }
td.TdClassName
{
border-color: #21EC27;
}
.TagClassName
{
border-color: #21EC27;
}
</style>