Shades of Free Speech Green #27EA0E
Tints of Free Speech Green #27EA0E
RGB
CMYK
RGB Variations
Color information
#27EA0E (or 0x27EA0E) is known color: Free Speech Green. HEX triplet: 27, EA and 0E. RGB value is (39,234,14). Sum of RGB (Red+Green+Blue) = 39+234+14=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 234 (91.80% from 255 or 81.53% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 234 - color contains mainly: green. Hex color #27EA0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27EA0E is #D815F1. Grayscale: #979797. Windows color (decimal): -14161394 or 977447. OLE color: 977447.
HSL color Cylindrical-coordinate representation of color #27EA0E: hue angle of 113.18º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #27EA0E is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 234 | 14 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.08 |
| HSL | 113.18º | 0.89% | 0.49% | - |
| HSV(B) | 113.18º | 0.94% | 0.92% | - |
| XYZ | 30.34 | 59.31 | 10.26 | - |
| YUV | 150.62 | 50.9 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 234 | 14 | 0.83 | 0 | 0.94 | 0.08 | 113.18 | 0.89 | 0.49 |
| Hex | 27 | EA | E | 53 | 0 | 5E | 8 | 71 | 59 | 31 |
| Octal | 47 | 352 | 16 | 123 | 0 | 136 | 10 | 161 | 131 | 61 |
| Binary | 100111 | 11101010 | 1110 | 1010011 | 0 | 1011110 | 1000 | 1110001 | 1011001 | 110001 |
Color Harmonies of #27EA0E
Complementary color
Monochromatic Colors of #27EA0E
Black with #27EA0E
Text Example
Text Example
White with #27EA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EA0E; }
p { color: rgb(39,234,14); }
H1.HeaderClassName
{
color: #27EA0E;
}
.AnyTagClassName
{
color: #27EA0E;
}
</style>
background-color css
<style>
a { background-color: #27EA0E; }
a { background-color: rgb(39,234,14); }
div.DivClassName
{
background-color: #27EA0E;
}
.BgClassName
{
background-color: #27EA0E;
}
</style>
border-color css
<style>
span { border-color: #27EA0E; }
span { border-color: rgb(39,234,14); }
td.TdClassName
{
border-color: #27EA0E;
}
.TagClassName
{
border-color: #27EA0E;
}
</style>