Shades of Free Speech Green #21E013
Tints of Free Speech Green #21E013
RGB
CMYK
RGB Variations
Color information
#21E013 (or 0x21E013) is known color: Free Speech Green. HEX triplet: 21, E0 and 13. RGB value is (33,224,19). Sum of RGB (Red+Green+Blue) = 33+224+19=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 224 (87.89% from 255 or 81.16% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 224 - color contains mainly: green. Hex color #21E013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21E013 is #DE1FEC. Grayscale: #909090. Windows color (decimal): -14557165 or 1302561. OLE color: 1302561.
HSL color Cylindrical-coordinate representation of color #21E013: hue angle of 115.9º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21E013 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 19 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.12 |
| HSL | 115.9º | 0.84% | 0.48% | - |
| HSV(B) | 115.9º | 0.92% | 0.88% | - |
| XYZ | 27.4 | 53.68 | 9.53 | - |
| YUV | 143.52 | 57.72 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 19 | 0.85 | 0 | 0.92 | 0.12 | 115.9 | 0.84 | 0.48 |
| Hex | 21 | E0 | 13 | 55 | 0 | 5C | C | 74 | 54 | 30 |
| Octal | 41 | 340 | 23 | 125 | 0 | 134 | 14 | 164 | 124 | 60 |
| Binary | 100001 | 11100000 | 10011 | 1010101 | 0 | 1011100 | 1100 | 1110100 | 1010100 | 110000 |
Color Harmonies of #21E013
Complementary color
Monochromatic Colors of #21E013
Black with #21E013
Text Example
Text Example
White with #21E013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E013; }
p { color: rgb(33,224,19); }
H1.HeaderClassName
{
color: #21E013;
}
.AnyTagClassName
{
color: #21E013;
}
</style>
background-color css
<style>
a { background-color: #21E013; }
a { background-color: rgb(33,224,19); }
div.DivClassName
{
background-color: #21E013;
}
.BgClassName
{
background-color: #21E013;
}
</style>
border-color css
<style>
span { border-color: #21E013; }
span { border-color: rgb(33,224,19); }
td.TdClassName
{
border-color: #21E013;
}
.TagClassName
{
border-color: #21E013;
}
</style>