Shades of Free Speech Green #27FF2D
Tints of Free Speech Green #27FF2D
RGB
CMYK
RGB Variations
Color information
#27FF2D (or 0x27FF2D) is known color: Free Speech Green. HEX triplet: 27, FF and 2D. RGB value is (39,255,45). Sum of RGB (Red+Green+Blue) = 39+255+45=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 255 (100% from 255 or 75.22% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 255 - color contains mainly: green. Hex color #27FF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FF2D is #D800D2. Grayscale: #A7A7A7. Windows color (decimal): -14155987 or 3014439. OLE color: 3014439.
HSL color Cylindrical-coordinate representation of color #27FF2D: hue angle of 121.67º 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 #27FF2D is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 45 | - |
| CMYK | 0.85 | 0 | 0.82 | 0 |
| HSL | 121.67º | 1% | 0.58% | - |
| HSV(B) | 121.67º | 0.85% | 1% | - |
| XYZ | 37.07 | 72.14 | 14.45 | - |
| YUV | 166.48 | 59.44 | 37.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 45 | 0.85 | 0 | 0.82 | 0 | 121.67 | 1 | 0.58 |
| Hex | 27 | FF | 2D | 55 | 0 | 52 | 0 | 7A | 64 | 3A |
| Octal | 47 | 377 | 55 | 125 | 0 | 122 | 0 | 172 | 144 | 72 |
| Binary | 100111 | 11111111 | 101101 | 1010101 | 0 | 1010010 | 0 | 1111010 | 1100100 | 111010 |
Color Harmonies of #27FF2D
Complementary color
Monochromatic Colors of #27FF2D
Black with #27FF2D
Text Example
Text Example
White with #27FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FF2D; }
p { color: rgb(39,255,45); }
H1.HeaderClassName
{
color: #27FF2D;
}
.AnyTagClassName
{
color: #27FF2D;
}
</style>
background-color css
<style>
a { background-color: #27FF2D; }
a { background-color: rgb(39,255,45); }
div.DivClassName
{
background-color: #27FF2D;
}
.BgClassName
{
background-color: #27FF2D;
}
</style>
border-color css
<style>
span { border-color: #27FF2D; }
span { border-color: rgb(39,255,45); }
td.TdClassName
{
border-color: #27FF2D;
}
.TagClassName
{
border-color: #27FF2D;
}
</style>