Shades of Free Speech Green #13E602
Tints of Free Speech Green #13E602
RGB
CMYK
RGB Variations
Color information
#13E602 (or 0x13E602) is known color: Free Speech Green. HEX triplet: 13, E6 and 02. RGB value is (19,230,2). Sum of RGB (Red+Green+Blue) = 19+230+2=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 230 (90.23% from 255 or 91.63% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 230 - color contains mainly: green. Hex color #13E602 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13E602 is #EC19FD. Grayscale: #8D8D8D. Windows color (decimal): -15473150 or 189971. OLE color: 189971.
HSL color Cylindrical-coordinate representation of color #13E602: hue angle of 115.53º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13E602 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 230 | 2 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.10 |
| HSL | 115.53º | 0.98% | 0.45% | - |
| HSV(B) | 115.53º | 0.99% | 0.9% | - |
| XYZ | 28.58 | 56.74 | 9.5 | - |
| YUV | 140.92 | 49.6 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 230 | 2 | 0.92 | 0 | 0.99 | 0.10 | 115.53 | 0.98 | 0.45 |
| Hex | 13 | E6 | 2 | 5C | 0 | 63 | A | 74 | 62 | 2D |
| Octal | 23 | 346 | 2 | 134 | 0 | 143 | 12 | 164 | 142 | 55 |
| Binary | 10011 | 11100110 | 10 | 1011100 | 0 | 1100011 | 1010 | 1110100 | 1100010 | 101101 |
Color Harmonies of #13E602
Complementary color
Monochromatic Colors of #13E602
Black with #13E602
Text Example
Text Example
White with #13E602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E602; }
p { color: rgb(19,230,2); }
H1.HeaderClassName
{
color: #13E602;
}
.AnyTagClassName
{
color: #13E602;
}
</style>
background-color css
<style>
a { background-color: #13E602; }
a { background-color: rgb(19,230,2); }
div.DivClassName
{
background-color: #13E602;
}
.BgClassName
{
background-color: #13E602;
}
</style>
border-color css
<style>
span { border-color: #13E602; }
span { border-color: rgb(19,230,2); }
td.TdClassName
{
border-color: #13E602;
}
.TagClassName
{
border-color: #13E602;
}
</style>