Shades of Free Speech Green #21F00C
Tints of Free Speech Green #21F00C
RGB
CMYK
RGB Variations
Color information
#21F00C (or 0x21F00C) is known color: Free Speech Green. HEX triplet: 21, F0 and 0C. RGB value is (33,240,12). Sum of RGB (Red+Green+Blue) = 33+240+12=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 240 (94.14% from 255 or 84.21% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 240 - color contains mainly: green. Hex color #21F00C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21F00C is #DE0FF3. Grayscale: #989898. Windows color (decimal): -14553076 or 847905. OLE color: 847905.
HSL color Cylindrical-coordinate representation of color #21F00C: hue angle of 114.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21F00C is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 240 | 12 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.06 |
| HSL | 114.47º | 0.9% | 0.49% | - |
| HSV(B) | 114.47º | 0.95% | 0.94% | - |
| XYZ | 31.85 | 62.67 | 10.77 | - |
| YUV | 152.12 | 48.92 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 240 | 12 | 0.86 | 0 | 0.95 | 0.06 | 114.47 | 0.9 | 0.49 |
| Hex | 21 | F0 | C | 56 | 0 | 5F | 6 | 72 | 5A | 31 |
| Octal | 41 | 360 | 14 | 126 | 0 | 137 | 6 | 162 | 132 | 61 |
| Binary | 100001 | 11110000 | 1100 | 1010110 | 0 | 1011111 | 110 | 1110010 | 1011010 | 110001 |
Color Harmonies of #21F00C
Complementary color
Monochromatic Colors of #21F00C
Black with #21F00C
Text Example
Text Example
White with #21F00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F00C; }
p { color: rgb(33,240,12); }
H1.HeaderClassName
{
color: #21F00C;
}
.AnyTagClassName
{
color: #21F00C;
}
</style>
background-color css
<style>
a { background-color: #21F00C; }
a { background-color: rgb(33,240,12); }
div.DivClassName
{
background-color: #21F00C;
}
.BgClassName
{
background-color: #21F00C;
}
</style>
border-color css
<style>
span { border-color: #21F00C; }
span { border-color: rgb(33,240,12); }
td.TdClassName
{
border-color: #21F00C;
}
.TagClassName
{
border-color: #21F00C;
}
</style>