Shades of Free Speech Green #21FF2A
Tints of Free Speech Green #21FF2A
RGB
CMYK
RGB Variations
Color information
#21FF2A (or 0x21FF2A) is known color: Free Speech Green. HEX triplet: 21, FF and 2A. RGB value is (33,255,42). Sum of RGB (Red+Green+Blue) = 33+255+42=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 255 (100% from 255 or 77.27% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 255 - color contains mainly: green. Hex color #21FF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21FF2A is #DE00D5. Grayscale: #A4A4A4. Windows color (decimal): -14549206 or 2817825. OLE color: 2817825.
HSL color Cylindrical-coordinate representation of color #21FF2A: hue angle of 122.43º 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 #21FF2A is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 42 | - |
| CMYK | 0.87 | 0 | 0.84 | 0 |
| HSL | 122.43º | 1% | 0.56% | - |
| HSV(B) | 122.43º | 0.87% | 1% | - |
| XYZ | 36.81 | 72.01 | 14.15 | - |
| YUV | 164.34 | 58.95 | 34.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 42 | 0.87 | 0 | 0.84 | 0 | 122.43 | 1 | 0.56 |
| Hex | 21 | FF | 2A | 57 | 0 | 54 | 0 | 7A | 64 | 38 |
| Octal | 41 | 377 | 52 | 127 | 0 | 124 | 0 | 172 | 144 | 70 |
| Binary | 100001 | 11111111 | 101010 | 1010111 | 0 | 1010100 | 0 | 1111010 | 1100100 | 111000 |
Color Harmonies of #21FF2A
Complementary color
Monochromatic Colors of #21FF2A
Black with #21FF2A
Text Example
Text Example
White with #21FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FF2A; }
p { color: rgb(33,255,42); }
H1.HeaderClassName
{
color: #21FF2A;
}
.AnyTagClassName
{
color: #21FF2A;
}
</style>
background-color css
<style>
a { background-color: #21FF2A; }
a { background-color: rgb(33,255,42); }
div.DivClassName
{
background-color: #21FF2A;
}
.BgClassName
{
background-color: #21FF2A;
}
</style>
border-color css
<style>
span { border-color: #21FF2A; }
span { border-color: rgb(33,255,42); }
td.TdClassName
{
border-color: #21FF2A;
}
.TagClassName
{
border-color: #21FF2A;
}
</style>