Shades of Free Speech Green #27EA18
Tints of Free Speech Green #27EA18
RGB
CMYK
RGB Variations
Color information
#27EA18 (or 0x27EA18) is known color: Free Speech Green. HEX triplet: 27, EA and 18. RGB value is (39,234,24). Sum of RGB (Red+Green+Blue) = 39+234+24=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 234 (91.80% from 255 or 78.79% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 234 - color contains mainly: green. Hex color #27EA18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27EA18 is #D815E7. Grayscale: #989898. Windows color (decimal): -14161384 or 1632807. OLE color: 1632807.
HSL color Cylindrical-coordinate representation of color #27EA18: hue angle of 115.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27EA18 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 234 | 24 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.08 |
| HSL | 115.71º | 0.83% | 0.51% | - |
| HSV(B) | 115.71º | 0.9% | 0.92% | - |
| XYZ | 30.42 | 59.34 | 10.71 | - |
| YUV | 151.76 | 55.9 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 234 | 24 | 0.83 | 0 | 0.90 | 0.08 | 115.71 | 0.83 | 0.51 |
| Hex | 27 | EA | 18 | 53 | 0 | 5A | 8 | 74 | 53 | 33 |
| Octal | 47 | 352 | 30 | 123 | 0 | 132 | 10 | 164 | 123 | 63 |
| Binary | 100111 | 11101010 | 11000 | 1010011 | 0 | 1011010 | 1000 | 1110100 | 1010011 | 110011 |
Color Harmonies of #27EA18
Complementary color
Monochromatic Colors of #27EA18
Black with #27EA18
Text Example
Text Example
White with #27EA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EA18; }
p { color: rgb(39,234,24); }
H1.HeaderClassName
{
color: #27EA18;
}
.AnyTagClassName
{
color: #27EA18;
}
</style>
background-color css
<style>
a { background-color: #27EA18; }
a { background-color: rgb(39,234,24); }
div.DivClassName
{
background-color: #27EA18;
}
.BgClassName
{
background-color: #27EA18;
}
</style>
border-color css
<style>
span { border-color: #27EA18; }
span { border-color: rgb(39,234,24); }
td.TdClassName
{
border-color: #27EA18;
}
.TagClassName
{
border-color: #27EA18;
}
</style>