Shades of Free Speech Green #19FE2B
Tints of Free Speech Green #19FE2B
RGB
CMYK
RGB Variations
Color information
#19FE2B (or 0x19FE2B) is known color: Free Speech Green. HEX triplet: 19, FE and 2B. RGB value is (25,254,43). Sum of RGB (Red+Green+Blue) = 25+254+43=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 254 (99.61% from 255 or 78.88% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 254 - color contains mainly: green. Hex color #19FE2B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FE2B is #E601D4. Grayscale: #A2A2A2. Windows color (decimal): -15073749 or 2883097. OLE color: 2883097.
HSL color Cylindrical-coordinate representation of color #19FE2B: hue angle of 124.72º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FE2B is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 43 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.00 |
| HSL | 124.72º | 0.99% | 0.55% | - |
| HSV(B) | 124.72º | 0.9% | 1% | - |
| XYZ | 36.28 | 71.26 | 14.13 | - |
| YUV | 161.48 | 61.13 | 30.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 43 | 0.90 | 0 | 0.83 | 0.00 | 124.72 | 0.99 | 0.55 |
| Hex | 19 | FE | 2B | 5A | 0 | 53 | 0 | 7D | 63 | 37 |
| Octal | 31 | 376 | 53 | 132 | 0 | 123 | 0 | 175 | 143 | 67 |
| Binary | 11001 | 11111110 | 101011 | 1011010 | 0 | 1010011 | 0 | 1111101 | 1100011 | 110111 |
Color Harmonies of #19FE2B
Complementary color
Monochromatic Colors of #19FE2B
Black with #19FE2B
Text Example
Text Example
White with #19FE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FE2B; }
p { color: rgb(25,254,43); }
H1.HeaderClassName
{
color: #19FE2B;
}
.AnyTagClassName
{
color: #19FE2B;
}
</style>
background-color css
<style>
a { background-color: #19FE2B; }
a { background-color: rgb(25,254,43); }
div.DivClassName
{
background-color: #19FE2B;
}
.BgClassName
{
background-color: #19FE2B;
}
</style>
border-color css
<style>
span { border-color: #19FE2B; }
span { border-color: rgb(25,254,43); }
td.TdClassName
{
border-color: #19FE2B;
}
.TagClassName
{
border-color: #19FE2B;
}
</style>