Shades of Free Speech Green #13EF2D
Tints of Free Speech Green #13EF2D
RGB
CMYK
RGB Variations
Color information
#13EF2D (or 0x13EF2D) is known color: Free Speech Green. HEX triplet: 13, EF and 2D. RGB value is (19,239,45). Sum of RGB (Red+Green+Blue) = 19+239+45=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 239 (93.75% from 255 or 78.88% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 239 - color contains mainly: green. Hex color #13EF2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EF2D is #EC10D2. Grayscale: #979797. Windows color (decimal): -15470803 or 3010323. OLE color: 3010323.
HSL color Cylindrical-coordinate representation of color #13EF2D: hue angle of 127.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 #13EF2D is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 239 | 45 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.06 |
| HSL | 127.09º | 0.87% | 0.51% | - |
| HSV(B) | 127.09º | 0.92% | 0.94% | - |
| XYZ | 31.61 | 62.06 | 12.8 | - |
| YUV | 151.1 | 68.11 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 45 | 0.92 | 0 | 0.81 | 0.06 | 127.09 | 0.87 | 0.51 |
| Hex | 13 | EF | 2D | 5C | 0 | 51 | 6 | 7F | 57 | 33 |
| Octal | 23 | 357 | 55 | 134 | 0 | 121 | 6 | 177 | 127 | 63 |
| Binary | 10011 | 11101111 | 101101 | 1011100 | 0 | 1010001 | 110 | 1111111 | 1010111 | 110011 |
Color Harmonies of #13EF2D
Complementary color
Monochromatic Colors of #13EF2D
Black with #13EF2D
Text Example
Text Example
White with #13EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EF2D; }
p { color: rgb(19,239,45); }
H1.HeaderClassName
{
color: #13EF2D;
}
.AnyTagClassName
{
color: #13EF2D;
}
</style>
background-color css
<style>
a { background-color: #13EF2D; }
a { background-color: rgb(19,239,45); }
div.DivClassName
{
background-color: #13EF2D;
}
.BgClassName
{
background-color: #13EF2D;
}
</style>
border-color css
<style>
span { border-color: #13EF2D; }
span { border-color: rgb(19,239,45); }
td.TdClassName
{
border-color: #13EF2D;
}
.TagClassName
{
border-color: #13EF2D;
}
</style>