Shades of Free Speech Green #27FF31
Tints of Free Speech Green #27FF31
RGB
CMYK
RGB Variations
Color information
#27FF31 (or 0x27FF31) is known color: Free Speech Green. HEX triplet: 27, FF and 31. RGB value is (39,255,49). Sum of RGB (Red+Green+Blue) = 39+255+49=343 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.37% from 343); Green value is 255 (100% from 255 or 74.34% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 255 - color contains mainly: green. Hex color #27FF31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FF31 is #D800CE. Grayscale: #A7A7A7. Windows color (decimal): -14155983 or 3276583. OLE color: 3276583.
HSL color Cylindrical-coordinate representation of color #27FF31: hue angle of 122.78º 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 #27FF31 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 49 | - |
| CMYK | 0.85 | 0 | 0.81 | 0 |
| HSL | 122.78º | 1% | 0.58% | - |
| HSV(B) | 122.78º | 0.85% | 1% | - |
| XYZ | 37.15 | 72.17 | 14.88 | - |
| YUV | 166.93 | 61.44 | 36.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 49 | 0.85 | 0 | 0.81 | 0 | 122.78 | 1 | 0.58 |
| Hex | 27 | FF | 31 | 55 | 0 | 51 | 0 | 7B | 64 | 3A |
| Octal | 47 | 377 | 61 | 125 | 0 | 121 | 0 | 173 | 144 | 72 |
| Binary | 100111 | 11111111 | 110001 | 1010101 | 0 | 1010001 | 0 | 1111011 | 1100100 | 111010 |
Color Harmonies of #27FF31
Complementary color
Monochromatic Colors of #27FF31
Black with #27FF31
Text Example
Text Example
White with #27FF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FF31; }
p { color: rgb(39,255,49); }
H1.HeaderClassName
{
color: #27FF31;
}
.AnyTagClassName
{
color: #27FF31;
}
</style>
background-color css
<style>
a { background-color: #27FF31; }
a { background-color: rgb(39,255,49); }
div.DivClassName
{
background-color: #27FF31;
}
.BgClassName
{
background-color: #27FF31;
}
</style>
border-color css
<style>
span { border-color: #27FF31; }
span { border-color: rgb(39,255,49); }
td.TdClassName
{
border-color: #27FF31;
}
.TagClassName
{
border-color: #27FF31;
}
</style>