Shades of Free Speech Green #21E61E
Tints of Free Speech Green #21E61E
RGB
CMYK
RGB Variations
Color information
#21E61E (or 0x21E61E) is known color: Free Speech Green. HEX triplet: 21, E6 and 1E. RGB value is (33,230,30). Sum of RGB (Red+Green+Blue) = 33+230+30=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 230 (90.23% from 255 or 78.50% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 230 - color contains mainly: green. Hex color #21E61E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E61E is #DE19E1. Grayscale: #949494. Windows color (decimal): -14555618 or 2024993. OLE color: 2024993.
HSL color Cylindrical-coordinate representation of color #21E61E: hue angle of 119.1º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21E61E is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 230 | 30 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.10 |
| HSL | 119.1º | 0.8% | 0.51% | - |
| HSV(B) | 119.1º | 0.87% | 0.9% | - |
| XYZ | 29.16 | 57.01 | 10.7 | - |
| YUV | 148.3 | 61.23 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 230 | 30 | 0.86 | 0 | 0.87 | 0.10 | 119.1 | 0.8 | 0.51 |
| Hex | 21 | E6 | 1E | 56 | 0 | 57 | A | 77 | 50 | 33 |
| Octal | 41 | 346 | 36 | 126 | 0 | 127 | 12 | 167 | 120 | 63 |
| Binary | 100001 | 11100110 | 11110 | 1010110 | 0 | 1010111 | 1010 | 1110111 | 1010000 | 110011 |
Color Harmonies of #21E61E
Complementary color
Monochromatic Colors of #21E61E
Black with #21E61E
Text Example
Text Example
White with #21E61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E61E; }
p { color: rgb(33,230,30); }
H1.HeaderClassName
{
color: #21E61E;
}
.AnyTagClassName
{
color: #21E61E;
}
</style>
background-color css
<style>
a { background-color: #21E61E; }
a { background-color: rgb(33,230,30); }
div.DivClassName
{
background-color: #21E61E;
}
.BgClassName
{
background-color: #21E61E;
}
</style>
border-color css
<style>
span { border-color: #21E61E; }
span { border-color: rgb(33,230,30); }
td.TdClassName
{
border-color: #21E61E;
}
.TagClassName
{
border-color: #21E61E;
}
</style>