Shades of Free Speech Green #19FF2D
Tints of Free Speech Green #19FF2D
RGB
CMYK
RGB Variations
Color information
#19FF2D (or 0x19FF2D) is known color: Free Speech Green. HEX triplet: 19, FF and 2D. RGB value is (25,255,45). Sum of RGB (Red+Green+Blue) = 25+255+45=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 255 (100% from 255 or 78.46% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 255 - color contains mainly: green. Hex color #19FF2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FF2D is #E600D2. Grayscale: #A2A2A2. Windows color (decimal): -15073491 or 3014425. OLE color: 3014425.
HSL color Cylindrical-coordinate representation of color #19FF2D: hue angle of 125.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FF2D is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 45 | - |
| CMYK | 0.90 | 0 | 0.82 | 0 |
| HSL | 125.22º | 1% | 0.55% | - |
| HSV(B) | 125.22º | 0.9% | 1% | - |
| XYZ | 36.63 | 71.92 | 14.43 | - |
| YUV | 162.29 | 61.8 | 30.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 45 | 0.90 | 0 | 0.82 | 0 | 125.22 | 1 | 0.55 |
| Hex | 19 | FF | 2D | 5A | 0 | 52 | 0 | 7D | 64 | 37 |
| Octal | 31 | 377 | 55 | 132 | 0 | 122 | 0 | 175 | 144 | 67 |
| Binary | 11001 | 11111111 | 101101 | 1011010 | 0 | 1010010 | 0 | 1111101 | 1100100 | 110111 |
Color Harmonies of #19FF2D
Complementary color
Monochromatic Colors of #19FF2D
Black with #19FF2D
Text Example
Text Example
White with #19FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FF2D; }
p { color: rgb(25,255,45); }
H1.HeaderClassName
{
color: #19FF2D;
}
.AnyTagClassName
{
color: #19FF2D;
}
</style>
background-color css
<style>
a { background-color: #19FF2D; }
a { background-color: rgb(25,255,45); }
div.DivClassName
{
background-color: #19FF2D;
}
.BgClassName
{
background-color: #19FF2D;
}
</style>
border-color css
<style>
span { border-color: #19FF2D; }
span { border-color: rgb(25,255,45); }
td.TdClassName
{
border-color: #19FF2D;
}
.TagClassName
{
border-color: #19FF2D;
}
</style>