Shades of Free Speech Green #19EE30
Tints of Free Speech Green #19EE30
RGB
CMYK
RGB Variations
Color information
#19EE30 (or 0x19EE30) is known color: Free Speech Green. HEX triplet: 19, EE and 30. RGB value is (25,238,48). Sum of RGB (Red+Green+Blue) = 25+238+48=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 238 (93.36% from 255 or 76.53% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 238 - color contains mainly: green. Hex color #19EE30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EE30 is #E611CF. Grayscale: #999999. Windows color (decimal): -15077840 or 3206681. OLE color: 3206681.
HSL color Cylindrical-coordinate representation of color #19EE30: hue angle of 126.48º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EE30 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 238 | 48 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.07 |
| HSL | 126.48º | 0.86% | 0.52% | - |
| HSV(B) | 126.48º | 0.89% | 0.93% | - |
| XYZ | 31.51 | 61.57 | 13.02 | - |
| YUV | 152.65 | 68.93 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 238 | 48 | 0.89 | 0 | 0.80 | 0.07 | 126.48 | 0.86 | 0.52 |
| Hex | 19 | EE | 30 | 59 | 0 | 50 | 7 | 7E | 56 | 34 |
| Octal | 31 | 356 | 60 | 131 | 0 | 120 | 7 | 176 | 126 | 64 |
| Binary | 11001 | 11101110 | 110000 | 1011001 | 0 | 1010000 | 111 | 1111110 | 1010110 | 110100 |
Color Harmonies of #19EE30
Complementary color
Monochromatic Colors of #19EE30
Black with #19EE30
Text Example
Text Example
White with #19EE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EE30; }
p { color: rgb(25,238,48); }
H1.HeaderClassName
{
color: #19EE30;
}
.AnyTagClassName
{
color: #19EE30;
}
</style>
background-color css
<style>
a { background-color: #19EE30; }
a { background-color: rgb(25,238,48); }
div.DivClassName
{
background-color: #19EE30;
}
.BgClassName
{
background-color: #19EE30;
}
</style>
border-color css
<style>
span { border-color: #19EE30; }
span { border-color: rgb(25,238,48); }
td.TdClassName
{
border-color: #19EE30;
}
.TagClassName
{
border-color: #19EE30;
}
</style>