Shades of Free Speech Green #27E010
Tints of Free Speech Green #27E010
RGB
CMYK
RGB Variations
Color information
#27E010 (or 0x27E010) is known color: Free Speech Green. HEX triplet: 27, E0 and 10. RGB value is (39,224,16). Sum of RGB (Red+Green+Blue) = 39+224+16=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 224 (87.89% from 255 or 80.29% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 224 - color contains mainly: green. Hex color #27E010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27E010 is #D81FEF. Grayscale: #919191. Windows color (decimal): -14163952 or 1105959. OLE color: 1105959.
HSL color Cylindrical-coordinate representation of color #27E010: hue angle of 113.37º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #27E010 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 224 | 16 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.12 |
| HSL | 113.37º | 0.87% | 0.47% | - |
| HSV(B) | 113.37º | 0.93% | 0.88% | - |
| XYZ | 27.59 | 53.78 | 9.42 | - |
| YUV | 144.97 | 55.21 | 52.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 224 | 16 | 0.83 | 0 | 0.93 | 0.12 | 113.37 | 0.87 | 0.47 |
| Hex | 27 | E0 | 10 | 53 | 0 | 5D | C | 71 | 57 | 2F |
| Octal | 47 | 340 | 20 | 123 | 0 | 135 | 14 | 161 | 127 | 57 |
| Binary | 100111 | 11100000 | 10000 | 1010011 | 0 | 1011101 | 1100 | 1110001 | 1010111 | 101111 |
Color Harmonies of #27E010
Complementary color
Monochromatic Colors of #27E010
Black with #27E010
Text Example
Text Example
White with #27E010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E010; }
p { color: rgb(39,224,16); }
H1.HeaderClassName
{
color: #27E010;
}
.AnyTagClassName
{
color: #27E010;
}
</style>
background-color css
<style>
a { background-color: #27E010; }
a { background-color: rgb(39,224,16); }
div.DivClassName
{
background-color: #27E010;
}
.BgClassName
{
background-color: #27E010;
}
</style>
border-color css
<style>
span { border-color: #27E010; }
span { border-color: rgb(39,224,16); }
td.TdClassName
{
border-color: #27E010;
}
.TagClassName
{
border-color: #27E010;
}
</style>