Shades of Free Speech Green #19FC2D
Tints of Free Speech Green #19FC2D
RGB
CMYK
RGB Variations
Color information
#19FC2D (or 0x19FC2D) is known color: Free Speech Green. HEX triplet: 19, FC and 2D. RGB value is (25,252,45). Sum of RGB (Red+Green+Blue) = 25+252+45=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 252 (98.83% from 255 or 78.26% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 252 - color contains mainly: green. Hex color #19FC2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FC2D is #E603D2. Grayscale: #A1A1A1. Windows color (decimal): -15074259 or 3013657. OLE color: 3013657.
HSL color Cylindrical-coordinate representation of color #19FC2D: hue angle of 125.29º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FC2D is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 252 | 45 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.01 |
| HSL | 125.29º | 0.97% | 0.54% | - |
| HSV(B) | 125.29º | 0.9% | 0.99% | - |
| XYZ | 35.68 | 70.02 | 14.12 | - |
| YUV | 160.53 | 62.79 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 45 | 0.90 | 0 | 0.82 | 0.01 | 125.29 | 0.97 | 0.54 |
| Hex | 19 | FC | 2D | 5A | 0 | 52 | 1 | 7D | 61 | 36 |
| Octal | 31 | 374 | 55 | 132 | 0 | 122 | 1 | 175 | 141 | 66 |
| Binary | 11001 | 11111100 | 101101 | 1011010 | 0 | 1010010 | 1 | 1111101 | 1100001 | 110110 |
Color Harmonies of #19FC2D
Complementary color
Monochromatic Colors of #19FC2D
Black with #19FC2D
Text Example
Text Example
White with #19FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FC2D; }
p { color: rgb(25,252,45); }
H1.HeaderClassName
{
color: #19FC2D;
}
.AnyTagClassName
{
color: #19FC2D;
}
</style>
background-color css
<style>
a { background-color: #19FC2D; }
a { background-color: rgb(25,252,45); }
div.DivClassName
{
background-color: #19FC2D;
}
.BgClassName
{
background-color: #19FC2D;
}
</style>
border-color css
<style>
span { border-color: #19FC2D; }
span { border-color: rgb(25,252,45); }
td.TdClassName
{
border-color: #19FC2D;
}
.TagClassName
{
border-color: #19FC2D;
}
</style>