Shades of Free Speech Green #27FA2D
Tints of Free Speech Green #27FA2D
RGB
CMYK
RGB Variations
Color information
#27FA2D (or 0x27FA2D) is known color: Free Speech Green. HEX triplet: 27, FA and 2D. RGB value is (39,250,45). Sum of RGB (Red+Green+Blue) = 39+250+45=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 250 (98.05% from 255 or 74.85% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 250 - color contains mainly: green. Hex color #27FA2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FA2D is #D805D2. Grayscale: #A4A4A4. Windows color (decimal): -14157267 or 3013159. OLE color: 3013159.
HSL color Cylindrical-coordinate representation of color #27FA2D: hue angle of 121.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27FA2D is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 250 | 45 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.02 |
| HSL | 121.71º | 0.95% | 0.57% | - |
| HSV(B) | 121.71º | 0.84% | 0.98% | - |
| XYZ | 35.5 | 68.99 | 13.93 | - |
| YUV | 163.54 | 61.1 | 39.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 250 | 45 | 0.84 | 0 | 0.82 | 0.02 | 121.71 | 0.95 | 0.57 |
| Hex | 27 | FA | 2D | 54 | 0 | 52 | 2 | 7A | 5F | 39 |
| Octal | 47 | 372 | 55 | 124 | 0 | 122 | 2 | 172 | 137 | 71 |
| Binary | 100111 | 11111010 | 101101 | 1010100 | 0 | 1010010 | 10 | 1111010 | 1011111 | 111001 |
Color Harmonies of #27FA2D
Complementary color
Monochromatic Colors of #27FA2D
Black with #27FA2D
Text Example
Text Example
White with #27FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FA2D; }
p { color: rgb(39,250,45); }
H1.HeaderClassName
{
color: #27FA2D;
}
.AnyTagClassName
{
color: #27FA2D;
}
</style>
background-color css
<style>
a { background-color: #27FA2D; }
a { background-color: rgb(39,250,45); }
div.DivClassName
{
background-color: #27FA2D;
}
.BgClassName
{
background-color: #27FA2D;
}
</style>
border-color css
<style>
span { border-color: #27FA2D; }
span { border-color: rgb(39,250,45); }
td.TdClassName
{
border-color: #27FA2D;
}
.TagClassName
{
border-color: #27FA2D;
}
</style>