Shades of Free Speech Green #19EE2F
Tints of Free Speech Green #19EE2F
RGB
CMYK
RGB Variations
Color information
#19EE2F (or 0x19EE2F) is known color: Free Speech Green. HEX triplet: 19, EE and 2F. RGB value is (25,238,47). Sum of RGB (Red+Green+Blue) = 25+238+47=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 238 (93.36% from 255 or 76.77% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 238 - color contains mainly: green. Hex color #19EE2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EE2F is #E611D0. Grayscale: #999999. Windows color (decimal): -15077841 or 3141145. OLE color: 3141145.
HSL color Cylindrical-coordinate representation of color #19EE2F: hue angle of 126.2º 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 #19EE2F is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 238 | 47 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.07 |
| HSL | 126.2º | 0.86% | 0.52% | - |
| HSV(B) | 126.2º | 0.89% | 0.93% | - |
| XYZ | 31.49 | 61.56 | 12.91 | - |
| YUV | 152.54 | 68.43 | 37.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 238 | 47 | 0.89 | 0 | 0.80 | 0.07 | 126.2 | 0.86 | 0.52 |
| Hex | 19 | EE | 2F | 59 | 0 | 50 | 7 | 7E | 56 | 34 |
| Octal | 31 | 356 | 57 | 131 | 0 | 120 | 7 | 176 | 126 | 64 |
| Binary | 11001 | 11101110 | 101111 | 1011001 | 0 | 1010000 | 111 | 1111110 | 1010110 | 110100 |
Color Harmonies of #19EE2F
Complementary color
Monochromatic Colors of #19EE2F
Black with #19EE2F
Text Example
Text Example
White with #19EE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EE2F; }
p { color: rgb(25,238,47); }
H1.HeaderClassName
{
color: #19EE2F;
}
.AnyTagClassName
{
color: #19EE2F;
}
</style>
background-color css
<style>
a { background-color: #19EE2F; }
a { background-color: rgb(25,238,47); }
div.DivClassName
{
background-color: #19EE2F;
}
.BgClassName
{
background-color: #19EE2F;
}
</style>
border-color css
<style>
span { border-color: #19EE2F; }
span { border-color: rgb(25,238,47); }
td.TdClassName
{
border-color: #19EE2F;
}
.TagClassName
{
border-color: #19EE2F;
}
</style>