Shades of Free Speech Green #27E10E
Tints of Free Speech Green #27E10E
RGB
CMYK
RGB Variations
Color information
#27E10E (or 0x27E10E) is known color: Free Speech Green. HEX triplet: 27, E1 and 0E. RGB value is (39,225,14). Sum of RGB (Red+Green+Blue) = 39+225+14=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 225 (88.28% from 255 or 80.94% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 225 - color contains mainly: green. Hex color #27E10E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27E10E is #D81EF1. Grayscale: #919191. Windows color (decimal): -14163698 or 975143. OLE color: 975143.
HSL color Cylindrical-coordinate representation of color #27E10E: hue angle of 112.89º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #27E10E is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 225 | 14 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.12 |
| HSL | 112.89º | 0.88% | 0.47% | - |
| HSV(B) | 112.89º | 0.94% | 0.88% | - |
| XYZ | 27.84 | 54.31 | 9.43 | - |
| YUV | 145.33 | 53.88 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 225 | 14 | 0.83 | 0 | 0.94 | 0.12 | 112.89 | 0.88 | 0.47 |
| Hex | 27 | E1 | E | 53 | 0 | 5E | C | 71 | 58 | 2F |
| Octal | 47 | 341 | 16 | 123 | 0 | 136 | 14 | 161 | 130 | 57 |
| Binary | 100111 | 11100001 | 1110 | 1010011 | 0 | 1011110 | 1100 | 1110001 | 1011000 | 101111 |
Color Harmonies of #27E10E
Complementary color
Monochromatic Colors of #27E10E
Black with #27E10E
Text Example
Text Example
White with #27E10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E10E; }
p { color: rgb(39,225,14); }
H1.HeaderClassName
{
color: #27E10E;
}
.AnyTagClassName
{
color: #27E10E;
}
</style>
background-color css
<style>
a { background-color: #27E10E; }
a { background-color: rgb(39,225,14); }
div.DivClassName
{
background-color: #27E10E;
}
.BgClassName
{
background-color: #27E10E;
}
</style>
border-color css
<style>
span { border-color: #27E10E; }
span { border-color: rgb(39,225,14); }
td.TdClassName
{
border-color: #27E10E;
}
.TagClassName
{
border-color: #27E10E;
}
</style>