Shades of Free Speech Green #24E505
Tints of Free Speech Green #24E505
RGB
CMYK
RGB Variations
Color information
#24E505 (or 0x24E505) is known color: Free Speech Green. HEX triplet: 24, E5 and 05. RGB value is (36,229,5). Sum of RGB (Red+Green+Blue) = 36+229+5=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 229 (89.84% from 255 or 84.81% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 229 - color contains mainly: green. Hex color #24E505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24E505 is #DB1AFA. Grayscale: #929292. Windows color (decimal): -14359291 or 386340. OLE color: 386340.
HSL color Cylindrical-coordinate representation of color #24E505: hue angle of 111.7º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #24E505 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 229 | 5 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.10 |
| HSL | 111.7º | 0.96% | 0.46% | - |
| HSV(B) | 111.7º | 0.98% | 0.9% | - |
| XYZ | 28.77 | 56.42 | 9.52 | - |
| YUV | 145.76 | 48.56 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 229 | 5 | 0.84 | 0 | 0.98 | 0.10 | 111.7 | 0.96 | 0.46 |
| Hex | 24 | E5 | 5 | 54 | 0 | 62 | A | 70 | 60 | 2E |
| Octal | 44 | 345 | 5 | 124 | 0 | 142 | 12 | 160 | 140 | 56 |
| Binary | 100100 | 11100101 | 101 | 1010100 | 0 | 1100010 | 1010 | 1110000 | 1100000 | 101110 |
Color Harmonies of #24E505
Complementary color
Monochromatic Colors of #24E505
Black with #24E505
Text Example
Text Example
White with #24E505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E505; }
p { color: rgb(36,229,5); }
H1.HeaderClassName
{
color: #24E505;
}
.AnyTagClassName
{
color: #24E505;
}
</style>
background-color css
<style>
a { background-color: #24E505; }
a { background-color: rgb(36,229,5); }
div.DivClassName
{
background-color: #24E505;
}
.BgClassName
{
background-color: #24E505;
}
</style>
border-color css
<style>
span { border-color: #24E505; }
span { border-color: rgb(36,229,5); }
td.TdClassName
{
border-color: #24E505;
}
.TagClassName
{
border-color: #24E505;
}
</style>