Shades of Free Speech Green #24EB0C
Tints of Free Speech Green #24EB0C
RGB
CMYK
RGB Variations
Color information
#24EB0C (or 0x24EB0C) is known color: Free Speech Green. HEX triplet: 24, EB and 0C. RGB value is (36,235,12). Sum of RGB (Red+Green+Blue) = 36+235+12=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 235 (92.19% from 255 or 83.04% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 235 - color contains mainly: green. Hex color #24EB0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #24EB0C is #DB14F3. Grayscale: #969696. Windows color (decimal): -14357748 or 846628. OLE color: 846628.
HSL color Cylindrical-coordinate representation of color #24EB0C: hue angle of 113.54º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #24EB0C is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 235 | 12 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.08 |
| HSL | 113.54º | 0.9% | 0.48% | - |
| HSV(B) | 113.54º | 0.95% | 0.92% | - |
| XYZ | 30.5 | 59.82 | 10.29 | - |
| YUV | 150.08 | 50.07 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 235 | 12 | 0.85 | 0 | 0.95 | 0.08 | 113.54 | 0.9 | 0.48 |
| Hex | 24 | EB | C | 55 | 0 | 5F | 8 | 72 | 5A | 30 |
| Octal | 44 | 353 | 14 | 125 | 0 | 137 | 10 | 162 | 132 | 60 |
| Binary | 100100 | 11101011 | 1100 | 1010101 | 0 | 1011111 | 1000 | 1110010 | 1011010 | 110000 |
Color Harmonies of #24EB0C
Complementary color
Monochromatic Colors of #24EB0C
Black with #24EB0C
Text Example
Text Example
White with #24EB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EB0C; }
p { color: rgb(36,235,12); }
H1.HeaderClassName
{
color: #24EB0C;
}
.AnyTagClassName
{
color: #24EB0C;
}
</style>
background-color css
<style>
a { background-color: #24EB0C; }
a { background-color: rgb(36,235,12); }
div.DivClassName
{
background-color: #24EB0C;
}
.BgClassName
{
background-color: #24EB0C;
}
</style>
border-color css
<style>
span { border-color: #24EB0C; }
span { border-color: rgb(36,235,12); }
td.TdClassName
{
border-color: #24EB0C;
}
.TagClassName
{
border-color: #24EB0C;
}
</style>