Shades of Free Speech Green #27FE1F
Tints of Free Speech Green #27FE1F
RGB
CMYK
RGB Variations
Color information
#27FE1F (or 0x27FE1F) is known color: Free Speech Green. HEX triplet: 27, FE and 1F. RGB value is (39,254,31). Sum of RGB (Red+Green+Blue) = 39+254+31=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 254 (99.61% from 255 or 78.40% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 254 - color contains mainly: green. Hex color #27FE1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FE1F is #D801E0. Grayscale: #A4A4A4. Windows color (decimal): -14156257 or 2096679. OLE color: 2096679.
HSL color Cylindrical-coordinate representation of color #27FE1F: hue angle of 117.85º 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 #27FE1F is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 254 | 31 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.00 |
| HSL | 117.85º | 0.99% | 0.56% | - |
| HSV(B) | 117.85º | 0.88% | 1% | - |
| XYZ | 36.53 | 71.41 | 13.16 | - |
| YUV | 164.29 | 52.77 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 31 | 0.85 | 0 | 0.88 | 0.00 | 117.85 | 0.99 | 0.56 |
| Hex | 27 | FE | 1F | 55 | 0 | 58 | 0 | 76 | 63 | 38 |
| Octal | 47 | 376 | 37 | 125 | 0 | 130 | 0 | 166 | 143 | 70 |
| Binary | 100111 | 11111110 | 11111 | 1010101 | 0 | 1011000 | 0 | 1110110 | 1100011 | 111000 |
Color Harmonies of #27FE1F
Complementary color
Monochromatic Colors of #27FE1F
Black with #27FE1F
Text Example
Text Example
White with #27FE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FE1F; }
p { color: rgb(39,254,31); }
H1.HeaderClassName
{
color: #27FE1F;
}
.AnyTagClassName
{
color: #27FE1F;
}
</style>
background-color css
<style>
a { background-color: #27FE1F; }
a { background-color: rgb(39,254,31); }
div.DivClassName
{
background-color: #27FE1F;
}
.BgClassName
{
background-color: #27FE1F;
}
</style>
border-color css
<style>
span { border-color: #27FE1F; }
span { border-color: rgb(39,254,31); }
td.TdClassName
{
border-color: #27FE1F;
}
.TagClassName
{
border-color: #27FE1F;
}
</style>