Shades of Free Speech Green #27FF2C
Tints of Free Speech Green #27FF2C
RGB
CMYK
RGB Variations
Color information
#27FF2C (or 0x27FF2C) is known color: Free Speech Green. HEX triplet: 27, FF and 2C. RGB value is (39,255,44). Sum of RGB (Red+Green+Blue) = 39+255+44=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 255 (100% from 255 or 75.44% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 255 - color contains mainly: green. Hex color #27FF2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FF2C is #D800D3. Grayscale: #A6A6A6. Windows color (decimal): -14155988 or 2948903. OLE color: 2948903.
HSL color Cylindrical-coordinate representation of color #27FF2C: hue angle of 121.39º 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 #27FF2C is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 44 | - |
| CMYK | 0.85 | 0 | 0.83 | 0 |
| HSL | 121.39º | 1% | 0.58% | - |
| HSV(B) | 121.39º | 0.85% | 1% | - |
| XYZ | 37.05 | 72.13 | 14.35 | - |
| YUV | 166.36 | 58.94 | 37.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 44 | 0.85 | 0 | 0.83 | 0 | 121.39 | 1 | 0.58 |
| Hex | 27 | FF | 2C | 55 | 0 | 53 | 0 | 79 | 64 | 3A |
| Octal | 47 | 377 | 54 | 125 | 0 | 123 | 0 | 171 | 144 | 72 |
| Binary | 100111 | 11111111 | 101100 | 1010101 | 0 | 1010011 | 0 | 1111001 | 1100100 | 111010 |
Color Harmonies of #27FF2C
Complementary color
Monochromatic Colors of #27FF2C
Black with #27FF2C
Text Example
Text Example
White with #27FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FF2C; }
p { color: rgb(39,255,44); }
H1.HeaderClassName
{
color: #27FF2C;
}
.AnyTagClassName
{
color: #27FF2C;
}
</style>
background-color css
<style>
a { background-color: #27FF2C; }
a { background-color: rgb(39,255,44); }
div.DivClassName
{
background-color: #27FF2C;
}
.BgClassName
{
background-color: #27FF2C;
}
</style>
border-color css
<style>
span { border-color: #27FF2C; }
span { border-color: rgb(39,255,44); }
td.TdClassName
{
border-color: #27FF2C;
}
.TagClassName
{
border-color: #27FF2C;
}
</style>