Shades of Free Speech Green #27FA2C
Tints of Free Speech Green #27FA2C
RGB
CMYK
RGB Variations
Color information
#27FA2C (or 0x27FA2C) is known color: Free Speech Green. HEX triplet: 27, FA and 2C. RGB value is (39,250,44). Sum of RGB (Red+Green+Blue) = 39+250+44=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 250 (98.05% from 255 or 75.08% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 250 - color contains mainly: green. Hex color #27FA2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FA2C is #D805D3. Grayscale: #A4A4A4. Windows color (decimal): -14157268 or 2947623. OLE color: 2947623.
HSL color Cylindrical-coordinate representation of color #27FA2C: hue angle of 121.42º 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 #27FA2C is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 250 | 44 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.02 |
| HSL | 121.42º | 0.95% | 0.57% | - |
| HSV(B) | 121.42º | 0.84% | 0.98% | - |
| XYZ | 35.48 | 68.98 | 13.83 | - |
| YUV | 163.43 | 60.6 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 250 | 44 | 0.84 | 0 | 0.82 | 0.02 | 121.42 | 0.95 | 0.57 |
| Hex | 27 | FA | 2C | 54 | 0 | 52 | 2 | 79 | 5F | 39 |
| Octal | 47 | 372 | 54 | 124 | 0 | 122 | 2 | 171 | 137 | 71 |
| Binary | 100111 | 11111010 | 101100 | 1010100 | 0 | 1010010 | 10 | 1111001 | 1011111 | 111001 |
Color Harmonies of #27FA2C
Complementary color
Monochromatic Colors of #27FA2C
Black with #27FA2C
Text Example
Text Example
White with #27FA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FA2C; }
p { color: rgb(39,250,44); }
H1.HeaderClassName
{
color: #27FA2C;
}
.AnyTagClassName
{
color: #27FA2C;
}
</style>
background-color css
<style>
a { background-color: #27FA2C; }
a { background-color: rgb(39,250,44); }
div.DivClassName
{
background-color: #27FA2C;
}
.BgClassName
{
background-color: #27FA2C;
}
</style>
border-color css
<style>
span { border-color: #27FA2C; }
span { border-color: rgb(39,250,44); }
td.TdClassName
{
border-color: #27FA2C;
}
.TagClassName
{
border-color: #27FA2C;
}
</style>