Shades of Free Speech Green #19FE30
Tints of Free Speech Green #19FE30
RGB
CMYK
RGB Variations
Color information
#19FE30 (or 0x19FE30) is known color: Free Speech Green. HEX triplet: 19, FE and 30. RGB value is (25,254,48). Sum of RGB (Red+Green+Blue) = 25+254+48=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 254 (99.61% from 255 or 77.68% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 254 - color contains mainly: green. Hex color #19FE30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FE30 is #E601CF. Grayscale: #A2A2A2. Windows color (decimal): -15073744 or 3210777. OLE color: 3210777.
HSL color Cylindrical-coordinate representation of color #19FE30: hue angle of 126.03º 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 #19FE30 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 48 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.00 |
| HSL | 126.03º | 0.99% | 0.55% | - |
| HSV(B) | 126.03º | 0.9% | 1% | - |
| XYZ | 36.38 | 71.3 | 14.64 | - |
| YUV | 162.05 | 63.63 | 30.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 48 | 0.90 | 0 | 0.81 | 0.00 | 126.03 | 0.99 | 0.55 |
| Hex | 19 | FE | 30 | 5A | 0 | 51 | 0 | 7E | 63 | 37 |
| Octal | 31 | 376 | 60 | 132 | 0 | 121 | 0 | 176 | 143 | 67 |
| Binary | 11001 | 11111110 | 110000 | 1011010 | 0 | 1010001 | 0 | 1111110 | 1100011 | 110111 |
Color Harmonies of #19FE30
Complementary color
Monochromatic Colors of #19FE30
Black with #19FE30
Text Example
Text Example
White with #19FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FE30; }
p { color: rgb(25,254,48); }
H1.HeaderClassName
{
color: #19FE30;
}
.AnyTagClassName
{
color: #19FE30;
}
</style>
background-color css
<style>
a { background-color: #19FE30; }
a { background-color: rgb(25,254,48); }
div.DivClassName
{
background-color: #19FE30;
}
.BgClassName
{
background-color: #19FE30;
}
</style>
border-color css
<style>
span { border-color: #19FE30; }
span { border-color: rgb(25,254,48); }
td.TdClassName
{
border-color: #19FE30;
}
.TagClassName
{
border-color: #19FE30;
}
</style>