Shades of Free Speech Green #27FE2D
Tints of Free Speech Green #27FE2D
RGB
CMYK
RGB Variations
Color information
#27FE2D (or 0x27FE2D) is known color: Free Speech Green. HEX triplet: 27, FE and 2D. RGB value is (39,254,45). Sum of RGB (Red+Green+Blue) = 39+254+45=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 254 (99.61% from 255 or 75.15% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 254 - color contains mainly: green. Hex color #27FE2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FE2D is #D801D2. Grayscale: #A6A6A6. Windows color (decimal): -14156243 or 3014183. OLE color: 3014183.
HSL color Cylindrical-coordinate representation of color #27FE2D: hue angle of 121.67º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FE2D is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 254 | 45 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.00 |
| HSL | 121.67º | 0.99% | 0.57% | - |
| HSV(B) | 121.67º | 0.85% | 1% | - |
| XYZ | 36.75 | 71.5 | 14.35 | - |
| YUV | 165.89 | 59.77 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 45 | 0.85 | 0 | 0.82 | 0.00 | 121.67 | 0.99 | 0.57 |
| Hex | 27 | FE | 2D | 55 | 0 | 52 | 0 | 7A | 63 | 39 |
| Octal | 47 | 376 | 55 | 125 | 0 | 122 | 0 | 172 | 143 | 71 |
| Binary | 100111 | 11111110 | 101101 | 1010101 | 0 | 1010010 | 0 | 1111010 | 1100011 | 111001 |
Color Harmonies of #27FE2D
Complementary color
Monochromatic Colors of #27FE2D
Black with #27FE2D
Text Example
Text Example
White with #27FE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FE2D; }
p { color: rgb(39,254,45); }
H1.HeaderClassName
{
color: #27FE2D;
}
.AnyTagClassName
{
color: #27FE2D;
}
</style>
background-color css
<style>
a { background-color: #27FE2D; }
a { background-color: rgb(39,254,45); }
div.DivClassName
{
background-color: #27FE2D;
}
.BgClassName
{
background-color: #27FE2D;
}
</style>
border-color css
<style>
span { border-color: #27FE2D; }
span { border-color: rgb(39,254,45); }
td.TdClassName
{
border-color: #27FE2D;
}
.TagClassName
{
border-color: #27FE2D;
}
</style>