Shades of Free Speech Green #24F220
Tints of Free Speech Green #24F220
RGB
CMYK
RGB Variations
Color information
#24F220 (or 0x24F220) is known color: Free Speech Green. HEX triplet: 24, F2 and 20. RGB value is (36,242,32). Sum of RGB (Red+Green+Blue) = 36+242+32=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 242 (94.92% from 255 or 78.06% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 242 - color contains mainly: green. Hex color #24F220 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #24F220 is #DB0DDF. Grayscale: #9D9D9D. Windows color (decimal): -14355936 or 2159140. OLE color: 2159140.
HSL color Cylindrical-coordinate representation of color #24F220: hue angle of 118.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #24F220 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 242 | 32 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.05 |
| HSL | 118.86º | 0.89% | 0.54% | - |
| HSV(B) | 118.86º | 0.87% | 0.95% | - |
| XYZ | 32.74 | 63.98 | 11.99 | - |
| YUV | 156.47 | 57.75 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 242 | 32 | 0.85 | 0 | 0.87 | 0.05 | 118.86 | 0.89 | 0.54 |
| Hex | 24 | F2 | 20 | 55 | 0 | 57 | 5 | 77 | 59 | 36 |
| Octal | 44 | 362 | 40 | 125 | 0 | 127 | 5 | 167 | 131 | 66 |
| Binary | 100100 | 11110010 | 100000 | 1010101 | 0 | 1010111 | 101 | 1110111 | 1011001 | 110110 |
Color Harmonies of #24F220
Complementary color
Monochromatic Colors of #24F220
Black with #24F220
Text Example
Text Example
White with #24F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F220; }
p { color: rgb(36,242,32); }
H1.HeaderClassName
{
color: #24F220;
}
.AnyTagClassName
{
color: #24F220;
}
</style>
background-color css
<style>
a { background-color: #24F220; }
a { background-color: rgb(36,242,32); }
div.DivClassName
{
background-color: #24F220;
}
.BgClassName
{
background-color: #24F220;
}
</style>
border-color css
<style>
span { border-color: #24F220; }
span { border-color: rgb(36,242,32); }
td.TdClassName
{
border-color: #24F220;
}
.TagClassName
{
border-color: #24F220;
}
</style>