Shades of Free Speech Green #27EF16
Tints of Free Speech Green #27EF16
RGB
CMYK
RGB Variations
Color information
#27EF16 (or 0x27EF16) is known color: Free Speech Green. HEX triplet: 27, EF and 16. RGB value is (39,239,22). Sum of RGB (Red+Green+Blue) = 39+239+22=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 239 (93.75% from 255 or 79.67% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 239 - color contains mainly: green. Hex color #27EF16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27EF16 is #D810E9. Grayscale: #9B9B9B. Windows color (decimal): -14160106 or 1503015. OLE color: 1503015.
HSL color Cylindrical-coordinate representation of color #27EF16: hue angle of 115.3º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27EF16 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 239 | 22 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.06 |
| HSL | 115.3º | 0.87% | 0.51% | - |
| HSV(B) | 115.3º | 0.91% | 0.94% | - |
| XYZ | 31.85 | 62.22 | 11.09 | - |
| YUV | 154.46 | 53.24 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 239 | 22 | 0.84 | 0 | 0.91 | 0.06 | 115.3 | 0.87 | 0.51 |
| Hex | 27 | EF | 16 | 54 | 0 | 5B | 6 | 73 | 57 | 33 |
| Octal | 47 | 357 | 26 | 124 | 0 | 133 | 6 | 163 | 127 | 63 |
| Binary | 100111 | 11101111 | 10110 | 1010100 | 0 | 1011011 | 110 | 1110011 | 1010111 | 110011 |
Color Harmonies of #27EF16
Complementary color
Monochromatic Colors of #27EF16
Black with #27EF16
Text Example
Text Example
White with #27EF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EF16; }
p { color: rgb(39,239,22); }
H1.HeaderClassName
{
color: #27EF16;
}
.AnyTagClassName
{
color: #27EF16;
}
</style>
background-color css
<style>
a { background-color: #27EF16; }
a { background-color: rgb(39,239,22); }
div.DivClassName
{
background-color: #27EF16;
}
.BgClassName
{
background-color: #27EF16;
}
</style>
border-color css
<style>
span { border-color: #27EF16; }
span { border-color: rgb(39,239,22); }
td.TdClassName
{
border-color: #27EF16;
}
.TagClassName
{
border-color: #27EF16;
}
</style>