Shades of Free Speech Green #27EC14
Tints of Free Speech Green #27EC14
RGB
CMYK
RGB Variations
Color information
#27EC14 (or 0x27EC14) is known color: Free Speech Green. HEX triplet: 27, EC and 14. RGB value is (39,236,20). Sum of RGB (Red+Green+Blue) = 39+236+20=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 236 (92.58% from 255 or 80% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 236 - color contains mainly: green. Hex color #27EC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27EC14 is #D813EB. Grayscale: #999999. Windows color (decimal): -14160876 or 1371175. OLE color: 1371175.
HSL color Cylindrical-coordinate representation of color #27EC14: hue angle of 114.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27EC14 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 236 | 20 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.07 |
| HSL | 114.72º | 0.85% | 0.5% | - |
| HSV(B) | 114.72º | 0.92% | 0.93% | - |
| XYZ | 30.96 | 60.47 | 10.7 | - |
| YUV | 152.47 | 53.23 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 236 | 20 | 0.83 | 0 | 0.92 | 0.07 | 114.72 | 0.85 | 0.5 |
| Hex | 27 | EC | 14 | 53 | 0 | 5C | 7 | 73 | 55 | 32 |
| Octal | 47 | 354 | 24 | 123 | 0 | 134 | 7 | 163 | 125 | 62 |
| Binary | 100111 | 11101100 | 10100 | 1010011 | 0 | 1011100 | 111 | 1110011 | 1010101 | 110010 |
Color Harmonies of #27EC14
Complementary color
Monochromatic Colors of #27EC14
Black with #27EC14
Text Example
Text Example
White with #27EC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EC14; }
p { color: rgb(39,236,20); }
H1.HeaderClassName
{
color: #27EC14;
}
.AnyTagClassName
{
color: #27EC14;
}
</style>
background-color css
<style>
a { background-color: #27EC14; }
a { background-color: rgb(39,236,20); }
div.DivClassName
{
background-color: #27EC14;
}
.BgClassName
{
background-color: #27EC14;
}
</style>
border-color css
<style>
span { border-color: #27EC14; }
span { border-color: rgb(39,236,20); }
td.TdClassName
{
border-color: #27EC14;
}
.TagClassName
{
border-color: #27EC14;
}
</style>