Shades of Free Speech Green #19EE29
Tints of Free Speech Green #19EE29
RGB
CMYK
RGB Variations
Color information
#19EE29 (or 0x19EE29) is known color: Free Speech Green. HEX triplet: 19, EE and 29. RGB value is (25,238,41). Sum of RGB (Red+Green+Blue) = 25+238+41=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 238 (93.36% from 255 or 78.29% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 238 - color contains mainly: green. Hex color #19EE29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EE29 is #E611D6. Grayscale: #989898. Windows color (decimal): -15077847 or 2747929. OLE color: 2747929.
HSL color Cylindrical-coordinate representation of color #19EE29: hue angle of 124.51º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EE29 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 238 | 41 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.07 |
| HSL | 124.51º | 0.86% | 0.52% | - |
| HSV(B) | 124.51º | 0.89% | 0.93% | - |
| XYZ | 31.38 | 61.52 | 12.32 | - |
| YUV | 151.86 | 65.43 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 238 | 41 | 0.89 | 0 | 0.83 | 0.07 | 124.51 | 0.86 | 0.52 |
| Hex | 19 | EE | 29 | 59 | 0 | 53 | 7 | 7D | 56 | 34 |
| Octal | 31 | 356 | 51 | 131 | 0 | 123 | 7 | 175 | 126 | 64 |
| Binary | 11001 | 11101110 | 101001 | 1011001 | 0 | 1010011 | 111 | 1111101 | 1010110 | 110100 |
Color Harmonies of #19EE29
Complementary color
Monochromatic Colors of #19EE29
Black with #19EE29
Text Example
Text Example
White with #19EE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EE29; }
p { color: rgb(25,238,41); }
H1.HeaderClassName
{
color: #19EE29;
}
.AnyTagClassName
{
color: #19EE29;
}
</style>
background-color css
<style>
a { background-color: #19EE29; }
a { background-color: rgb(25,238,41); }
div.DivClassName
{
background-color: #19EE29;
}
.BgClassName
{
background-color: #19EE29;
}
</style>
border-color css
<style>
span { border-color: #19EE29; }
span { border-color: rgb(25,238,41); }
td.TdClassName
{
border-color: #19EE29;
}
.TagClassName
{
border-color: #19EE29;
}
</style>