Shades of Free Speech Green #21F31C
Tints of Free Speech Green #21F31C
RGB
CMYK
RGB Variations
Color information
#21F31C (or 0x21F31C) is known color: Free Speech Green. HEX triplet: 21, F3 and 1C. RGB value is (33,243,28). Sum of RGB (Red+Green+Blue) = 33+243+28=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 243 (95.31% from 255 or 79.93% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 243 - color contains mainly: green. Hex color #21F31C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F31C is #DE0CE3. Grayscale: #9C9C9C. Windows color (decimal): -14552292 or 1897249. OLE color: 1897249.
HSL color Cylindrical-coordinate representation of color #21F31C: hue angle of 118.6º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21F31C is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 243 | 28 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.05 |
| HSL | 118.6º | 0.9% | 0.53% | - |
| HSV(B) | 118.6º | 0.88% | 0.95% | - |
| XYZ | 32.89 | 64.51 | 11.82 | - |
| YUV | 155.7 | 55.93 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 243 | 28 | 0.86 | 0 | 0.88 | 0.05 | 118.6 | 0.9 | 0.53 |
| Hex | 21 | F3 | 1C | 56 | 0 | 58 | 5 | 77 | 5A | 35 |
| Octal | 41 | 363 | 34 | 126 | 0 | 130 | 5 | 167 | 132 | 65 |
| Binary | 100001 | 11110011 | 11100 | 1010110 | 0 | 1011000 | 101 | 1110111 | 1011010 | 110101 |
Color Harmonies of #21F31C
Complementary color
Monochromatic Colors of #21F31C
Black with #21F31C
Text Example
Text Example
White with #21F31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F31C; }
p { color: rgb(33,243,28); }
H1.HeaderClassName
{
color: #21F31C;
}
.AnyTagClassName
{
color: #21F31C;
}
</style>
background-color css
<style>
a { background-color: #21F31C; }
a { background-color: rgb(33,243,28); }
div.DivClassName
{
background-color: #21F31C;
}
.BgClassName
{
background-color: #21F31C;
}
</style>
border-color css
<style>
span { border-color: #21F31C; }
span { border-color: rgb(33,243,28); }
td.TdClassName
{
border-color: #21F31C;
}
.TagClassName
{
border-color: #21F31C;
}
</style>