Shades of Free Speech Green #21F303
Tints of Free Speech Green #21F303
RGB
CMYK
RGB Variations
Color information
#21F303 (or 0x21F303) is known color: Free Speech Green. HEX triplet: 21, F3 and 03. RGB value is (33,243,3). Sum of RGB (Red+Green+Blue) = 33+243+3=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 243 (95.31% from 255 or 87.10% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 243 - color contains mainly: green. Hex color #21F303 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21F303 is #DE0CFC. Grayscale: #999999. Windows color (decimal): -14552317 or 258849. OLE color: 258849.
HSL color Cylindrical-coordinate representation of color #21F303: hue angle of 112.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21F303 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 243 | 3 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.05 |
| HSL | 112.5º | 0.98% | 0.48% | - |
| HSV(B) | 112.5º | 0.99% | 0.95% | - |
| XYZ | 32.69 | 64.43 | 10.8 | - |
| YUV | 152.85 | 43.43 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 243 | 3 | 0.86 | 0 | 0.99 | 0.05 | 112.5 | 0.98 | 0.48 |
| Hex | 21 | F3 | 3 | 56 | 0 | 63 | 5 | 70 | 62 | 30 |
| Octal | 41 | 363 | 3 | 126 | 0 | 143 | 5 | 160 | 142 | 60 |
| Binary | 100001 | 11110011 | 11 | 1010110 | 0 | 1100011 | 101 | 1110000 | 1100010 | 110000 |
Color Harmonies of #21F303
Complementary color
Monochromatic Colors of #21F303
Black with #21F303
Text Example
Text Example
White with #21F303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F303; }
p { color: rgb(33,243,3); }
H1.HeaderClassName
{
color: #21F303;
}
.AnyTagClassName
{
color: #21F303;
}
</style>
background-color css
<style>
a { background-color: #21F303; }
a { background-color: rgb(33,243,3); }
div.DivClassName
{
background-color: #21F303;
}
.BgClassName
{
background-color: #21F303;
}
</style>
border-color css
<style>
span { border-color: #21F303; }
span { border-color: rgb(33,243,3); }
td.TdClassName
{
border-color: #21F303;
}
.TagClassName
{
border-color: #21F303;
}
</style>