Shades of Free Speech Green #13EF24
Tints of Free Speech Green #13EF24
RGB
CMYK
RGB Variations
Color information
#13EF24 (or 0x13EF24) is known color: Free Speech Green. HEX triplet: 13, EF and 24. RGB value is (19,239,36). Sum of RGB (Red+Green+Blue) = 19+239+36=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 239 (93.75% from 255 or 81.29% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 239 - color contains mainly: green. Hex color #13EF24 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EF24 is #EC10DB. Grayscale: #969696. Windows color (decimal): -15470812 or 2420499. OLE color: 2420499.
HSL color Cylindrical-coordinate representation of color #13EF24: hue angle of 124.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EF24 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 239 | 36 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.06 |
| HSL | 124.64º | 0.87% | 0.51% | - |
| HSV(B) | 124.64º | 0.92% | 0.94% | - |
| XYZ | 31.45 | 62 | 11.98 | - |
| YUV | 150.08 | 63.61 | 34.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 36 | 0.92 | 0 | 0.85 | 0.06 | 124.64 | 0.87 | 0.51 |
| Hex | 13 | EF | 24 | 5C | 0 | 55 | 6 | 7D | 57 | 33 |
| Octal | 23 | 357 | 44 | 134 | 0 | 125 | 6 | 175 | 127 | 63 |
| Binary | 10011 | 11101111 | 100100 | 1011100 | 0 | 1010101 | 110 | 1111101 | 1010111 | 110011 |
Color Harmonies of #13EF24
Complementary color
Monochromatic Colors of #13EF24
Black with #13EF24
Text Example
Text Example
White with #13EF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EF24; }
p { color: rgb(19,239,36); }
H1.HeaderClassName
{
color: #13EF24;
}
.AnyTagClassName
{
color: #13EF24;
}
</style>
background-color css
<style>
a { background-color: #13EF24; }
a { background-color: rgb(19,239,36); }
div.DivClassName
{
background-color: #13EF24;
}
.BgClassName
{
background-color: #13EF24;
}
</style>
border-color css
<style>
span { border-color: #13EF24; }
span { border-color: rgb(19,239,36); }
td.TdClassName
{
border-color: #13EF24;
}
.TagClassName
{
border-color: #13EF24;
}
</style>