Shades of Free Speech Green #24D808
Tints of Free Speech Green #24D808
RGB
CMYK
RGB Variations
Color information
#24D808 (or 0x24D808) is known color: Free Speech Green. HEX triplet: 24, D8 and 08. RGB value is (36,216,8). Sum of RGB (Red+Green+Blue) = 36+216+8=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 216 (84.77% from 255 or 83.08% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 216 - color contains mainly: green. Hex color #24D808 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24D808 is #DB27F7. Grayscale: #8B8B8B. Windows color (decimal): -14362616 or 579620. OLE color: 579620.
HSL color Cylindrical-coordinate representation of color #24D808: hue angle of 111.92º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #24D808 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 216 | 8 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.15 |
| HSL | 111.92º | 0.93% | 0.44% | - |
| HSV(B) | 111.92º | 0.96% | 0.85% | - |
| XYZ | 25.33 | 49.5 | 8.45 | - |
| YUV | 138.47 | 54.37 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 216 | 8 | 0.83 | 0 | 0.96 | 0.15 | 111.92 | 0.93 | 0.44 |
| Hex | 24 | D8 | 8 | 53 | 0 | 60 | F | 70 | 5D | 2C |
| Octal | 44 | 330 | 10 | 123 | 0 | 140 | 17 | 160 | 135 | 54 |
| Binary | 100100 | 11011000 | 1000 | 1010011 | 0 | 1100000 | 1111 | 1110000 | 1011101 | 101100 |
Color Harmonies of #24D808
Complementary color
Monochromatic Colors of #24D808
Black with #24D808
Text Example
Text Example
White with #24D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D808; }
p { color: rgb(36,216,8); }
H1.HeaderClassName
{
color: #24D808;
}
.AnyTagClassName
{
color: #24D808;
}
</style>
background-color css
<style>
a { background-color: #24D808; }
a { background-color: rgb(36,216,8); }
div.DivClassName
{
background-color: #24D808;
}
.BgClassName
{
background-color: #24D808;
}
</style>
border-color css
<style>
span { border-color: #24D808; }
span { border-color: rgb(36,216,8); }
td.TdClassName
{
border-color: #24D808;
}
.TagClassName
{
border-color: #24D808;
}
</style>