Shades of Free Speech Green #19E303
Tints of Free Speech Green #19E303
RGB
CMYK
RGB Variations
Color information
#19E303 (or 0x19E303) is known color: Free Speech Green. HEX triplet: 19, E3 and 03. RGB value is (25,227,3). Sum of RGB (Red+Green+Blue) = 25+227+3=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 227 (89.06% from 255 or 89.02% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 227 - color contains mainly: green. Hex color #19E303 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19E303 is #E61CFC. Grayscale: #8D8D8D. Windows color (decimal): -15080701 or 254745. OLE color: 254745.
HSL color Cylindrical-coordinate representation of color #19E303: hue angle of 114.11º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19E303 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 227 | 3 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.11 |
| HSL | 114.11º | 0.97% | 0.45% | - |
| HSV(B) | 114.11º | 0.99% | 0.89% | - |
| XYZ | 27.89 | 55.15 | 9.26 | - |
| YUV | 141.07 | 50.08 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 227 | 3 | 0.89 | 0 | 0.99 | 0.11 | 114.11 | 0.97 | 0.45 |
| Hex | 19 | E3 | 3 | 59 | 0 | 63 | B | 72 | 61 | 2D |
| Octal | 31 | 343 | 3 | 131 | 0 | 143 | 13 | 162 | 141 | 55 |
| Binary | 11001 | 11100011 | 11 | 1011001 | 0 | 1100011 | 1011 | 1110010 | 1100001 | 101101 |
Color Harmonies of #19E303
Complementary color
Monochromatic Colors of #19E303
Black with #19E303
Text Example
Text Example
White with #19E303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E303; }
p { color: rgb(25,227,3); }
H1.HeaderClassName
{
color: #19E303;
}
.AnyTagClassName
{
color: #19E303;
}
</style>
background-color css
<style>
a { background-color: #19E303; }
a { background-color: rgb(25,227,3); }
div.DivClassName
{
background-color: #19E303;
}
.BgClassName
{
background-color: #19E303;
}
</style>
border-color css
<style>
span { border-color: #19E303; }
span { border-color: rgb(25,227,3); }
td.TdClassName
{
border-color: #19E303;
}
.TagClassName
{
border-color: #19E303;
}
</style>