Shades of Free Speech Green #27E416
Tints of Free Speech Green #27E416
RGB
CMYK
RGB Variations
Color information
#27E416 (or 0x27E416) is known color: Free Speech Green. HEX triplet: 27, E4 and 16. RGB value is (39,228,22). Sum of RGB (Red+Green+Blue) = 39+228+22=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 228 (89.45% from 255 or 78.89% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 228 - color contains mainly: green. Hex color #27E416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27E416 is #D81BE9. Grayscale: #949494. Windows color (decimal): -14162922 or 1500199. OLE color: 1500199.
HSL color Cylindrical-coordinate representation of color #27E416: hue angle of 115.05º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27E416 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 228 | 22 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.11 |
| HSL | 115.05º | 0.82% | 0.49% | - |
| HSV(B) | 115.05º | 0.9% | 0.89% | - |
| XYZ | 28.72 | 55.98 | 10.05 | - |
| YUV | 148.01 | 56.88 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 228 | 22 | 0.83 | 0 | 0.90 | 0.11 | 115.05 | 0.82 | 0.49 |
| Hex | 27 | E4 | 16 | 53 | 0 | 5A | B | 73 | 52 | 31 |
| Octal | 47 | 344 | 26 | 123 | 0 | 132 | 13 | 163 | 122 | 61 |
| Binary | 100111 | 11100100 | 10110 | 1010011 | 0 | 1011010 | 1011 | 1110011 | 1010010 | 110001 |
Color Harmonies of #27E416
Complementary color
Monochromatic Colors of #27E416
Black with #27E416
Text Example
Text Example
White with #27E416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E416; }
p { color: rgb(39,228,22); }
H1.HeaderClassName
{
color: #27E416;
}
.AnyTagClassName
{
color: #27E416;
}
</style>
background-color css
<style>
a { background-color: #27E416; }
a { background-color: rgb(39,228,22); }
div.DivClassName
{
background-color: #27E416;
}
.BgClassName
{
background-color: #27E416;
}
</style>
border-color css
<style>
span { border-color: #27E416; }
span { border-color: rgb(39,228,22); }
td.TdClassName
{
border-color: #27E416;
}
.TagClassName
{
border-color: #27E416;
}
</style>