Shades of Free Speech Green #27FF2E
Tints of Free Speech Green #27FF2E
RGB
CMYK
RGB Variations
Color information
#27FF2E (or 0x27FF2E) is known color: Free Speech Green. HEX triplet: 27, FF and 2E. RGB value is (39,255,46). Sum of RGB (Red+Green+Blue) = 39+255+46=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 255 (100% from 255 or 75% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 255 - color contains mainly: green. Hex color #27FF2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FF2E is #D800D1. Grayscale: #A7A7A7. Windows color (decimal): -14155986 or 3079975. OLE color: 3079975.
HSL color Cylindrical-coordinate representation of color #27FF2E: hue angle of 121.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FF2E is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 46 | - |
| CMYK | 0.85 | 0 | 0.82 | 0 |
| HSL | 121.94º | 1% | 0.58% | - |
| HSV(B) | 121.94º | 0.85% | 1% | - |
| XYZ | 37.09 | 72.15 | 14.56 | - |
| YUV | 166.59 | 59.94 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 46 | 0.85 | 0 | 0.82 | 0 | 121.94 | 1 | 0.58 |
| Hex | 27 | FF | 2E | 55 | 0 | 52 | 0 | 7A | 64 | 3A |
| Octal | 47 | 377 | 56 | 125 | 0 | 122 | 0 | 172 | 144 | 72 |
| Binary | 100111 | 11111111 | 101110 | 1010101 | 0 | 1010010 | 0 | 1111010 | 1100100 | 111010 |
Color Harmonies of #27FF2E
Complementary color
Monochromatic Colors of #27FF2E
Black with #27FF2E
Text Example
Text Example
White with #27FF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FF2E; }
p { color: rgb(39,255,46); }
H1.HeaderClassName
{
color: #27FF2E;
}
.AnyTagClassName
{
color: #27FF2E;
}
</style>
background-color css
<style>
a { background-color: #27FF2E; }
a { background-color: rgb(39,255,46); }
div.DivClassName
{
background-color: #27FF2E;
}
.BgClassName
{
background-color: #27FF2E;
}
</style>
border-color css
<style>
span { border-color: #27FF2E; }
span { border-color: rgb(39,255,46); }
td.TdClassName
{
border-color: #27FF2E;
}
.TagClassName
{
border-color: #27FF2E;
}
</style>