Shades of Free Speech Green #13EF22
Tints of Free Speech Green #13EF22
RGB
CMYK
RGB Variations
Color information
#13EF22 (or 0x13EF22) is known color: Free Speech Green. HEX triplet: 13, EF and 22. RGB value is (19,239,34). Sum of RGB (Red+Green+Blue) = 19+239+34=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 239 (93.75% from 255 or 81.85% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 239 - color contains mainly: green. Hex color #13EF22 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EF22 is #EC10DD. Grayscale: #969696. Windows color (decimal): -15470814 or 2289427. OLE color: 2289427.
HSL color Cylindrical-coordinate representation of color #13EF22: hue angle of 124.09º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EF22 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 239 | 34 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.06 |
| HSL | 124.09º | 0.87% | 0.51% | - |
| HSV(B) | 124.09º | 0.92% | 0.94% | - |
| XYZ | 31.42 | 61.99 | 11.82 | - |
| YUV | 149.85 | 62.61 | 34.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 34 | 0.92 | 0 | 0.86 | 0.06 | 124.09 | 0.87 | 0.51 |
| Hex | 13 | EF | 22 | 5C | 0 | 56 | 6 | 7C | 57 | 33 |
| Octal | 23 | 357 | 42 | 134 | 0 | 126 | 6 | 174 | 127 | 63 |
| Binary | 10011 | 11101111 | 100010 | 1011100 | 0 | 1010110 | 110 | 1111100 | 1010111 | 110011 |
Color Harmonies of #13EF22
Complementary color
Monochromatic Colors of #13EF22
Black with #13EF22
Text Example
Text Example
White with #13EF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EF22; }
p { color: rgb(19,239,34); }
H1.HeaderClassName
{
color: #13EF22;
}
.AnyTagClassName
{
color: #13EF22;
}
</style>
background-color css
<style>
a { background-color: #13EF22; }
a { background-color: rgb(19,239,34); }
div.DivClassName
{
background-color: #13EF22;
}
.BgClassName
{
background-color: #13EF22;
}
</style>
border-color css
<style>
span { border-color: #13EF22; }
span { border-color: rgb(19,239,34); }
td.TdClassName
{
border-color: #13EF22;
}
.TagClassName
{
border-color: #13EF22;
}
</style>