Shades of Free Speech Green #21FF34
Tints of Free Speech Green #21FF34
RGB
CMYK
RGB Variations
Color information
#21FF34 (or 0x21FF34) is known color: Free Speech Green. HEX triplet: 21, FF and 34. RGB value is (33,255,52). Sum of RGB (Red+Green+Blue) = 33+255+52=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 255 (100% from 255 or 75% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 255 - color contains mainly: green. Hex color #21FF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21FF34 is #DE00CB. Grayscale: #A6A6A6. Windows color (decimal): -14549196 or 3473185. OLE color: 3473185.
HSL color Cylindrical-coordinate representation of color #21FF34: hue angle of 125.14º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FF34 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 52 | - |
| CMYK | 0.87 | 0 | 0.80 | 0 |
| HSL | 125.14º | 1% | 0.56% | - |
| HSV(B) | 125.14º | 0.87% | 1% | - |
| XYZ | 37.01 | 72.09 | 15.21 | - |
| YUV | 165.48 | 63.95 | 33.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 52 | 0.87 | 0 | 0.80 | 0 | 125.14 | 1 | 0.56 |
| Hex | 21 | FF | 34 | 57 | 0 | 50 | 0 | 7D | 64 | 38 |
| Octal | 41 | 377 | 64 | 127 | 0 | 120 | 0 | 175 | 144 | 70 |
| Binary | 100001 | 11111111 | 110100 | 1010111 | 0 | 1010000 | 0 | 1111101 | 1100100 | 111000 |
Color Harmonies of #21FF34
Complementary color
Monochromatic Colors of #21FF34
Black with #21FF34
Text Example
Text Example
White with #21FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FF34; }
p { color: rgb(33,255,52); }
H1.HeaderClassName
{
color: #21FF34;
}
.AnyTagClassName
{
color: #21FF34;
}
</style>
background-color css
<style>
a { background-color: #21FF34; }
a { background-color: rgb(33,255,52); }
div.DivClassName
{
background-color: #21FF34;
}
.BgClassName
{
background-color: #21FF34;
}
</style>
border-color css
<style>
span { border-color: #21FF34; }
span { border-color: rgb(33,255,52); }
td.TdClassName
{
border-color: #21FF34;
}
.TagClassName
{
border-color: #21FF34;
}
</style>