Shades of Free Speech Green #21E312
Tints of Free Speech Green #21E312
RGB
CMYK
RGB Variations
Color information
#21E312 (or 0x21E312) is known color: Free Speech Green. HEX triplet: 21, E3 and 12. RGB value is (33,227,18). Sum of RGB (Red+Green+Blue) = 33+227+18=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 227 (89.06% from 255 or 81.65% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 227 - color contains mainly: green. Hex color #21E312 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21E312 is #DE1CED. Grayscale: #919191. Windows color (decimal): -14556398 or 1237793. OLE color: 1237793.
HSL color Cylindrical-coordinate representation of color #21E312: hue angle of 115.69º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21E312 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 227 | 18 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.11 |
| HSL | 115.69º | 0.85% | 0.48% | - |
| HSV(B) | 115.69º | 0.92% | 0.89% | - |
| XYZ | 28.21 | 55.31 | 9.76 | - |
| YUV | 145.17 | 56.23 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 227 | 18 | 0.85 | 0 | 0.92 | 0.11 | 115.69 | 0.85 | 0.48 |
| Hex | 21 | E3 | 12 | 55 | 0 | 5C | B | 74 | 55 | 30 |
| Octal | 41 | 343 | 22 | 125 | 0 | 134 | 13 | 164 | 125 | 60 |
| Binary | 100001 | 11100011 | 10010 | 1010101 | 0 | 1011100 | 1011 | 1110100 | 1010101 | 110000 |
Color Harmonies of #21E312
Complementary color
Monochromatic Colors of #21E312
Black with #21E312
Text Example
Text Example
White with #21E312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E312; }
p { color: rgb(33,227,18); }
H1.HeaderClassName
{
color: #21E312;
}
.AnyTagClassName
{
color: #21E312;
}
</style>
background-color css
<style>
a { background-color: #21E312; }
a { background-color: rgb(33,227,18); }
div.DivClassName
{
background-color: #21E312;
}
.BgClassName
{
background-color: #21E312;
}
</style>
border-color css
<style>
span { border-color: #21E312; }
span { border-color: rgb(33,227,18); }
td.TdClassName
{
border-color: #21E312;
}
.TagClassName
{
border-color: #21E312;
}
</style>