Shades of Free Speech Green #21FF0C
Tints of Free Speech Green #21FF0C
RGB
CMYK
RGB Variations
Color information
#21FF0C (or 0x21FF0C) is known color: Free Speech Green. HEX triplet: 21, FF and 0C. RGB value is (33,255,12). Sum of RGB (Red+Green+Blue) = 33+255+12=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 255 (100% from 255 or 85% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 255 - color contains mainly: green. Hex color #21FF0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21FF0C is #DE00F3. Grayscale: #A1A1A1. Windows color (decimal): -14549236 or 851745. OLE color: 851745.
HSL color Cylindrical-coordinate representation of color #21FF0C: hue angle of 114.81º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21FF0C is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 12 | - |
| CMYK | 0.87 | 0 | 0.95 | 0 |
| HSL | 114.81º | 1% | 0.52% | - |
| HSV(B) | 114.81º | 0.95% | 1% | - |
| XYZ | 36.45 | 71.87 | 12.3 | - |
| YUV | 160.92 | 43.95 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 12 | 0.87 | 0 | 0.95 | 0 | 114.81 | 1 | 0.52 |
| Hex | 21 | FF | C | 57 | 0 | 5F | 0 | 73 | 64 | 34 |
| Octal | 41 | 377 | 14 | 127 | 0 | 137 | 0 | 163 | 144 | 64 |
| Binary | 100001 | 11111111 | 1100 | 1010111 | 0 | 1011111 | 0 | 1110011 | 1100100 | 110100 |
Color Harmonies of #21FF0C
Complementary color
Monochromatic Colors of #21FF0C
Black with #21FF0C
Text Example
Text Example
White with #21FF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FF0C; }
p { color: rgb(33,255,12); }
H1.HeaderClassName
{
color: #21FF0C;
}
.AnyTagClassName
{
color: #21FF0C;
}
</style>
background-color css
<style>
a { background-color: #21FF0C; }
a { background-color: rgb(33,255,12); }
div.DivClassName
{
background-color: #21FF0C;
}
.BgClassName
{
background-color: #21FF0C;
}
</style>
border-color css
<style>
span { border-color: #21FF0C; }
span { border-color: rgb(33,255,12); }
td.TdClassName
{
border-color: #21FF0C;
}
.TagClassName
{
border-color: #21FF0C;
}
</style>