Shades of Free Speech Green #27FE1E
Tints of Free Speech Green #27FE1E
RGB
CMYK
RGB Variations
Color information
#27FE1E (or 0x27FE1E) is known color: Free Speech Green. HEX triplet: 27, FE and 1E. RGB value is (39,254,30). Sum of RGB (Red+Green+Blue) = 39+254+30=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 254 (99.61% from 255 or 78.64% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 254 - color contains mainly: green. Hex color #27FE1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FE1E is #D801E1. Grayscale: #A4A4A4. Windows color (decimal): -14156258 or 2031143. OLE color: 2031143.
HSL color Cylindrical-coordinate representation of color #27FE1E: hue angle of 117.59º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #27FE1E is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 254 | 30 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.00 |
| HSL | 117.59º | 0.99% | 0.56% | - |
| HSV(B) | 117.59º | 0.88% | 1% | - |
| XYZ | 36.51 | 71.41 | 13.09 | - |
| YUV | 164.18 | 52.27 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 30 | 0.85 | 0 | 0.88 | 0.00 | 117.59 | 0.99 | 0.56 |
| Hex | 27 | FE | 1E | 55 | 0 | 58 | 0 | 76 | 63 | 38 |
| Octal | 47 | 376 | 36 | 125 | 0 | 130 | 0 | 166 | 143 | 70 |
| Binary | 100111 | 11111110 | 11110 | 1010101 | 0 | 1011000 | 0 | 1110110 | 1100011 | 111000 |
Color Harmonies of #27FE1E
Complementary color
Monochromatic Colors of #27FE1E
Black with #27FE1E
Text Example
Text Example
White with #27FE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FE1E; }
p { color: rgb(39,254,30); }
H1.HeaderClassName
{
color: #27FE1E;
}
.AnyTagClassName
{
color: #27FE1E;
}
</style>
background-color css
<style>
a { background-color: #27FE1E; }
a { background-color: rgb(39,254,30); }
div.DivClassName
{
background-color: #27FE1E;
}
.BgClassName
{
background-color: #27FE1E;
}
</style>
border-color css
<style>
span { border-color: #27FE1E; }
span { border-color: rgb(39,254,30); }
td.TdClassName
{
border-color: #27FE1E;
}
.TagClassName
{
border-color: #27FE1E;
}
</style>