Shades of Free Speech Green #21EE0A
Tints of Free Speech Green #21EE0A
RGB
CMYK
RGB Variations
Color information
#21EE0A (or 0x21EE0A) is known color: Free Speech Green. HEX triplet: 21, EE and 0A. RGB value is (33,238,10). Sum of RGB (Red+Green+Blue) = 33+238+10=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 238 (93.36% from 255 or 84.70% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 238 - color contains mainly: green. Hex color #21EE0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21EE0A is #DE11F5. Grayscale: #979797. Windows color (decimal): -14553590 or 716321. OLE color: 716321.
HSL color Cylindrical-coordinate representation of color #21EE0A: hue angle of 113.95º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21EE0A is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 10 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.07 |
| HSL | 113.95º | 0.92% | 0.49% | - |
| HSV(B) | 113.95º | 0.96% | 0.93% | - |
| XYZ | 31.26 | 61.49 | 10.51 | - |
| YUV | 150.71 | 48.58 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 10 | 0.86 | 0 | 0.96 | 0.07 | 113.95 | 0.92 | 0.49 |
| Hex | 21 | EE | A | 56 | 0 | 60 | 7 | 72 | 5C | 31 |
| Octal | 41 | 356 | 12 | 126 | 0 | 140 | 7 | 162 | 134 | 61 |
| Binary | 100001 | 11101110 | 1010 | 1010110 | 0 | 1100000 | 111 | 1110010 | 1011100 | 110001 |
Color Harmonies of #21EE0A
Complementary color
Monochromatic Colors of #21EE0A
Black with #21EE0A
Text Example
Text Example
White with #21EE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EE0A; }
p { color: rgb(33,238,10); }
H1.HeaderClassName
{
color: #21EE0A;
}
.AnyTagClassName
{
color: #21EE0A;
}
</style>
background-color css
<style>
a { background-color: #21EE0A; }
a { background-color: rgb(33,238,10); }
div.DivClassName
{
background-color: #21EE0A;
}
.BgClassName
{
background-color: #21EE0A;
}
</style>
border-color css
<style>
span { border-color: #21EE0A; }
span { border-color: rgb(33,238,10); }
td.TdClassName
{
border-color: #21EE0A;
}
.TagClassName
{
border-color: #21EE0A;
}
</style>