Shades of Free Speech Green #19EF2D
Tints of Free Speech Green #19EF2D
RGB
CMYK
RGB Variations
Color information
#19EF2D (or 0x19EF2D) is known color: Free Speech Green. HEX triplet: 19, EF and 2D. RGB value is (25,239,45). Sum of RGB (Red+Green+Blue) = 25+239+45=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 239 (93.75% from 255 or 77.35% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 239 - color contains mainly: green. Hex color #19EF2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EF2D is #E610D2. Grayscale: #999999. Windows color (decimal): -15077587 or 3010329. OLE color: 3010329.
HSL color Cylindrical-coordinate representation of color #19EF2D: hue angle of 125.61º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EF2D is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 239 | 45 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.06 |
| HSL | 125.61º | 0.87% | 0.52% | - |
| HSV(B) | 125.61º | 0.9% | 0.94% | - |
| XYZ | 31.74 | 62.13 | 12.8 | - |
| YUV | 152.9 | 67.1 | 36.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 239 | 45 | 0.90 | 0 | 0.81 | 0.06 | 125.61 | 0.87 | 0.52 |
| Hex | 19 | EF | 2D | 5A | 0 | 51 | 6 | 7E | 57 | 34 |
| Octal | 31 | 357 | 55 | 132 | 0 | 121 | 6 | 176 | 127 | 64 |
| Binary | 11001 | 11101111 | 101101 | 1011010 | 0 | 1010001 | 110 | 1111110 | 1010111 | 110100 |
Color Harmonies of #19EF2D
Complementary color
Monochromatic Colors of #19EF2D
Black with #19EF2D
Text Example
Text Example
White with #19EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EF2D; }
p { color: rgb(25,239,45); }
H1.HeaderClassName
{
color: #19EF2D;
}
.AnyTagClassName
{
color: #19EF2D;
}
</style>
background-color css
<style>
a { background-color: #19EF2D; }
a { background-color: rgb(25,239,45); }
div.DivClassName
{
background-color: #19EF2D;
}
.BgClassName
{
background-color: #19EF2D;
}
</style>
border-color css
<style>
span { border-color: #19EF2D; }
span { border-color: rgb(25,239,45); }
td.TdClassName
{
border-color: #19EF2D;
}
.TagClassName
{
border-color: #19EF2D;
}
</style>