Shades of Free Speech Green #27F210
Tints of Free Speech Green #27F210
RGB
CMYK
RGB Variations
Color information
#27F210 (or 0x27F210) is known color: Free Speech Green. HEX triplet: 27, F2 and 10. RGB value is (39,242,16). Sum of RGB (Red+Green+Blue) = 39+242+16=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 242 (94.92% from 255 or 81.48% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 242 - color contains mainly: green. Hex color #27F210 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27F210 is #D80DEF. Grayscale: #9C9C9C. Windows color (decimal): -14159344 or 1110567. OLE color: 1110567.
HSL color Cylindrical-coordinate representation of color #27F210: hue angle of 113.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #27F210 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 242 | 16 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.05 |
| HSL | 113.89º | 0.9% | 0.51% | - |
| HSV(B) | 113.89º | 0.93% | 0.95% | - |
| XYZ | 32.68 | 63.97 | 11.12 | - |
| YUV | 155.54 | 49.25 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 242 | 16 | 0.84 | 0 | 0.93 | 0.05 | 113.89 | 0.9 | 0.51 |
| Hex | 27 | F2 | 10 | 54 | 0 | 5D | 5 | 72 | 5A | 33 |
| Octal | 47 | 362 | 20 | 124 | 0 | 135 | 5 | 162 | 132 | 63 |
| Binary | 100111 | 11110010 | 10000 | 1010100 | 0 | 1011101 | 101 | 1110010 | 1011010 | 110011 |
Color Harmonies of #27F210
Complementary color
Monochromatic Colors of #27F210
Black with #27F210
Text Example
Text Example
White with #27F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F210; }
p { color: rgb(39,242,16); }
H1.HeaderClassName
{
color: #27F210;
}
.AnyTagClassName
{
color: #27F210;
}
</style>
background-color css
<style>
a { background-color: #27F210; }
a { background-color: rgb(39,242,16); }
div.DivClassName
{
background-color: #27F210;
}
.BgClassName
{
background-color: #27F210;
}
</style>
border-color css
<style>
span { border-color: #27F210; }
span { border-color: rgb(39,242,16); }
td.TdClassName
{
border-color: #27F210;
}
.TagClassName
{
border-color: #27F210;
}
</style>