Shades of Free Speech Green #19EF28
Tints of Free Speech Green #19EF28
RGB
CMYK
RGB Variations
Color information
#19EF28 (or 0x19EF28) is known color: Free Speech Green. HEX triplet: 19, EF and 28. RGB value is (25,239,40). Sum of RGB (Red+Green+Blue) = 25+239+40=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 239 (93.75% from 255 or 78.62% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 239 - color contains mainly: green. Hex color #19EF28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EF28 is #E610D7. Grayscale: #989898. Windows color (decimal): -15077592 or 2682649. OLE color: 2682649.
HSL color Cylindrical-coordinate representation of color #19EF28: hue angle of 124.21º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EF28 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 239 | 40 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.06 |
| HSL | 124.21º | 0.87% | 0.52% | - |
| HSV(B) | 124.21º | 0.9% | 0.94% | - |
| XYZ | 31.65 | 62.09 | 12.32 | - |
| YUV | 152.33 | 64.6 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 239 | 40 | 0.90 | 0 | 0.83 | 0.06 | 124.21 | 0.87 | 0.52 |
| Hex | 19 | EF | 28 | 5A | 0 | 53 | 6 | 7C | 57 | 34 |
| Octal | 31 | 357 | 50 | 132 | 0 | 123 | 6 | 174 | 127 | 64 |
| Binary | 11001 | 11101111 | 101000 | 1011010 | 0 | 1010011 | 110 | 1111100 | 1010111 | 110100 |
Color Harmonies of #19EF28
Complementary color
Monochromatic Colors of #19EF28
Black with #19EF28
Text Example
Text Example
White with #19EF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EF28; }
p { color: rgb(25,239,40); }
H1.HeaderClassName
{
color: #19EF28;
}
.AnyTagClassName
{
color: #19EF28;
}
</style>
background-color css
<style>
a { background-color: #19EF28; }
a { background-color: rgb(25,239,40); }
div.DivClassName
{
background-color: #19EF28;
}
.BgClassName
{
background-color: #19EF28;
}
</style>
border-color css
<style>
span { border-color: #19EF28; }
span { border-color: rgb(25,239,40); }
td.TdClassName
{
border-color: #19EF28;
}
.TagClassName
{
border-color: #19EF28;
}
</style>