Shades of Free Speech Green #21DA03
Tints of Free Speech Green #21DA03
RGB
CMYK
RGB Variations
Color information
#21DA03 (or 0x21DA03) is known color: Free Speech Green. HEX triplet: 21, DA and 03. RGB value is (33,218,3). Sum of RGB (Red+Green+Blue) = 33+218+3=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 218 (85.55% from 255 or 85.83% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 218 - color contains mainly: green. Hex color #21DA03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21DA03 is #DE25FC. Grayscale: #8A8A8A. Windows color (decimal): -14558717 or 252449. OLE color: 252449.
HSL color Cylindrical-coordinate representation of color #21DA03: hue angle of 111.63º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21DA03 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 218 | 3 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.15 |
| HSL | 111.63º | 0.97% | 0.43% | - |
| HSV(B) | 111.63º | 0.99% | 0.85% | - |
| XYZ | 25.72 | 50.47 | 8.47 | - |
| YUV | 138.18 | 51.71 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 218 | 3 | 0.85 | 0 | 0.99 | 0.15 | 111.63 | 0.97 | 0.43 |
| Hex | 21 | DA | 3 | 55 | 0 | 63 | F | 70 | 61 | 2B |
| Octal | 41 | 332 | 3 | 125 | 0 | 143 | 17 | 160 | 141 | 53 |
| Binary | 100001 | 11011010 | 11 | 1010101 | 0 | 1100011 | 1111 | 1110000 | 1100001 | 101011 |
Color Harmonies of #21DA03
Complementary color
Monochromatic Colors of #21DA03
Black with #21DA03
Text Example
Text Example
White with #21DA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DA03; }
p { color: rgb(33,218,3); }
H1.HeaderClassName
{
color: #21DA03;
}
.AnyTagClassName
{
color: #21DA03;
}
</style>
background-color css
<style>
a { background-color: #21DA03; }
a { background-color: rgb(33,218,3); }
div.DivClassName
{
background-color: #21DA03;
}
.BgClassName
{
background-color: #21DA03;
}
</style>
border-color css
<style>
span { border-color: #21DA03; }
span { border-color: rgb(33,218,3); }
td.TdClassName
{
border-color: #21DA03;
}
.TagClassName
{
border-color: #21DA03;
}
</style>