Shades of Free Speech Green #24DF10
Tints of Free Speech Green #24DF10
RGB
CMYK
RGB Variations
Color information
#24DF10 (or 0x24DF10) is known color: Free Speech Green. HEX triplet: 24, DF and 10. RGB value is (36,223,16). Sum of RGB (Red+Green+Blue) = 36+223+16=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 223 (87.5% from 255 or 81.09% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 223 - color contains mainly: green. Hex color #24DF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #24DF10 is #DB20EF. Grayscale: #909090. Windows color (decimal): -14360816 or 1105700. OLE color: 1105700.
HSL color Cylindrical-coordinate representation of color #24DF10: hue angle of 114.2º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #24DF10 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 223 | 16 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.13 |
| HSL | 114.2º | 0.87% | 0.47% | - |
| HSV(B) | 114.2º | 0.93% | 0.87% | - |
| XYZ | 27.21 | 53.19 | 9.32 | - |
| YUV | 143.49 | 56.05 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 223 | 16 | 0.84 | 0 | 0.93 | 0.13 | 114.2 | 0.87 | 0.47 |
| Hex | 24 | DF | 10 | 54 | 0 | 5D | D | 72 | 57 | 2F |
| Octal | 44 | 337 | 20 | 124 | 0 | 135 | 15 | 162 | 127 | 57 |
| Binary | 100100 | 11011111 | 10000 | 1010100 | 0 | 1011101 | 1101 | 1110010 | 1010111 | 101111 |
Color Harmonies of #24DF10
Complementary color
Monochromatic Colors of #24DF10
Black with #24DF10
Text Example
Text Example
White with #24DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DF10; }
p { color: rgb(36,223,16); }
H1.HeaderClassName
{
color: #24DF10;
}
.AnyTagClassName
{
color: #24DF10;
}
</style>
background-color css
<style>
a { background-color: #24DF10; }
a { background-color: rgb(36,223,16); }
div.DivClassName
{
background-color: #24DF10;
}
.BgClassName
{
background-color: #24DF10;
}
</style>
border-color css
<style>
span { border-color: #24DF10; }
span { border-color: rgb(36,223,16); }
td.TdClassName
{
border-color: #24DF10;
}
.TagClassName
{
border-color: #24DF10;
}
</style>