Shades of Free Speech Green #27FF1E
Tints of Free Speech Green #27FF1E
RGB
CMYK
RGB Variations
Color information
#27FF1E (or 0x27FF1E) is known color: Free Speech Green. HEX triplet: 27, FF and 1E. RGB value is (39,255,30). Sum of RGB (Red+Green+Blue) = 39+255+30=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 255 (100% from 255 or 78.70% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 255 - color contains mainly: green. Hex color #27FF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FF1E is #D800E1. Grayscale: #A5A5A5. Windows color (decimal): -14156002 or 2031399. OLE color: 2031399.
HSL color Cylindrical-coordinate representation of color #27FF1E: hue angle of 117.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #27FF1E is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 30 | - |
| CMYK | 0.85 | 0 | 0.88 | 0 |
| HSL | 117.6º | 1% | 0.56% | - |
| HSV(B) | 117.6º | 0.88% | 1% | - |
| XYZ | 36.83 | 72.05 | 13.19 | - |
| YUV | 164.77 | 51.94 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 30 | 0.85 | 0 | 0.88 | 0 | 117.6 | 1 | 0.56 |
| Hex | 27 | FF | 1E | 55 | 0 | 58 | 0 | 76 | 64 | 38 |
| Octal | 47 | 377 | 36 | 125 | 0 | 130 | 0 | 166 | 144 | 70 |
| Binary | 100111 | 11111111 | 11110 | 1010101 | 0 | 1011000 | 0 | 1110110 | 1100100 | 111000 |
Color Harmonies of #27FF1E
Complementary color
Monochromatic Colors of #27FF1E
Black with #27FF1E
Text Example
Text Example
White with #27FF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FF1E; }
p { color: rgb(39,255,30); }
H1.HeaderClassName
{
color: #27FF1E;
}
.AnyTagClassName
{
color: #27FF1E;
}
</style>
background-color css
<style>
a { background-color: #27FF1E; }
a { background-color: rgb(39,255,30); }
div.DivClassName
{
background-color: #27FF1E;
}
.BgClassName
{
background-color: #27FF1E;
}
</style>
border-color css
<style>
span { border-color: #27FF1E; }
span { border-color: rgb(39,255,30); }
td.TdClassName
{
border-color: #27FF1E;
}
.TagClassName
{
border-color: #27FF1E;
}
</style>