Shades of Free Speech Green #13DF29
Tints of Free Speech Green #13DF29
RGB
CMYK
RGB Variations
Color information
#13DF29 (or 0x13DF29) is known color: Free Speech Green. HEX triplet: 13, DF and 29. RGB value is (19,223,41). Sum of RGB (Red+Green+Blue) = 19+223+41=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 223 (87.5% from 255 or 78.80% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 223 - color contains mainly: green. Hex color #13DF29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DF29 is #EC20D6. Grayscale: #8D8D8D. Windows color (decimal): -15474903 or 2744083. OLE color: 2744083.
HSL color Cylindrical-coordinate representation of color #13DF29: hue angle of 126.47º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DF29 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 41 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.13 |
| HSL | 126.47º | 0.84% | 0.47% | - |
| HSV(B) | 126.47º | 0.91% | 0.87% | - |
| XYZ | 27.06 | 53.07 | 10.92 | - |
| YUV | 141.26 | 71.41 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 41 | 0.91 | 0 | 0.82 | 0.13 | 126.47 | 0.84 | 0.47 |
| Hex | 13 | DF | 29 | 5B | 0 | 52 | D | 7E | 54 | 2F |
| Octal | 23 | 337 | 51 | 133 | 0 | 122 | 15 | 176 | 124 | 57 |
| Binary | 10011 | 11011111 | 101001 | 1011011 | 0 | 1010010 | 1101 | 1111110 | 1010100 | 101111 |
Color Harmonies of #13DF29
Complementary color
Monochromatic Colors of #13DF29
Black with #13DF29
Text Example
Text Example
White with #13DF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DF29; }
p { color: rgb(19,223,41); }
H1.HeaderClassName
{
color: #13DF29;
}
.AnyTagClassName
{
color: #13DF29;
}
</style>
background-color css
<style>
a { background-color: #13DF29; }
a { background-color: rgb(19,223,41); }
div.DivClassName
{
background-color: #13DF29;
}
.BgClassName
{
background-color: #13DF29;
}
</style>
border-color css
<style>
span { border-color: #13DF29; }
span { border-color: rgb(19,223,41); }
td.TdClassName
{
border-color: #13DF29;
}
.TagClassName
{
border-color: #13DF29;
}
</style>