Shades of Free Speech Green #13FE34
Tints of Free Speech Green #13FE34
RGB
CMYK
RGB Variations
Color information
#13FE34 (or 0x13FE34) is known color: Free Speech Green. HEX triplet: 13, FE and 34. RGB value is (19,254,52). Sum of RGB (Red+Green+Blue) = 19+254+52=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 254 (99.61% from 255 or 78.15% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 254 - color contains mainly: green. Hex color #13FE34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13FE34 is #EC01CB. Grayscale: #A1A1A1. Windows color (decimal): -15466956 or 3472915. OLE color: 3472915.
HSL color Cylindrical-coordinate representation of color #13FE34: hue angle of 128.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FE34 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 52 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.00 |
| HSL | 128.43º | 0.99% | 0.54% | - |
| HSV(B) | 128.43º | 0.93% | 1% | - |
| XYZ | 36.33 | 71.27 | 15.09 | - |
| YUV | 160.71 | 66.64 | 26.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 52 | 0.93 | 0 | 0.80 | 0.00 | 128.43 | 0.99 | 0.54 |
| Hex | 13 | FE | 34 | 5D | 0 | 50 | 0 | 80 | 63 | 36 |
| Octal | 23 | 376 | 64 | 135 | 0 | 120 | 0 | 200 | 143 | 66 |
| Binary | 10011 | 11111110 | 110100 | 1011101 | 0 | 1010000 | 0 | 10000000 | 1100011 | 110110 |
Color Harmonies of #13FE34
Complementary color
Monochromatic Colors of #13FE34
Black with #13FE34
Text Example
Text Example
White with #13FE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FE34; }
p { color: rgb(19,254,52); }
H1.HeaderClassName
{
color: #13FE34;
}
.AnyTagClassName
{
color: #13FE34;
}
</style>
background-color css
<style>
a { background-color: #13FE34; }
a { background-color: rgb(19,254,52); }
div.DivClassName
{
background-color: #13FE34;
}
.BgClassName
{
background-color: #13FE34;
}
</style>
border-color css
<style>
span { border-color: #13FE34; }
span { border-color: rgb(19,254,52); }
td.TdClassName
{
border-color: #13FE34;
}
.TagClassName
{
border-color: #13FE34;
}
</style>