Shades of Free Speech Green #27FF2B
Tints of Free Speech Green #27FF2B
RGB
CMYK
RGB Variations
Color information
#27FF2B (or 0x27FF2B) is known color: Free Speech Green. HEX triplet: 27, FF and 2B. RGB value is (39,255,43). Sum of RGB (Red+Green+Blue) = 39+255+43=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 255 (100% from 255 or 75.67% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 255 - color contains mainly: green. Hex color #27FF2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FF2B is #D800D4. Grayscale: #A6A6A6. Windows color (decimal): -14155989 or 2883367. OLE color: 2883367.
HSL color Cylindrical-coordinate representation of color #27FF2B: hue angle of 121.11º 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 #27FF2B is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 43 | - |
| CMYK | 0.85 | 0 | 0.83 | 0 |
| HSL | 121.11º | 1% | 0.58% | - |
| HSV(B) | 121.11º | 0.85% | 1% | - |
| XYZ | 37.03 | 72.13 | 14.26 | - |
| YUV | 166.25 | 58.44 | 37.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 43 | 0.85 | 0 | 0.83 | 0 | 121.11 | 1 | 0.58 |
| Hex | 27 | FF | 2B | 55 | 0 | 53 | 0 | 79 | 64 | 3A |
| Octal | 47 | 377 | 53 | 125 | 0 | 123 | 0 | 171 | 144 | 72 |
| Binary | 100111 | 11111111 | 101011 | 1010101 | 0 | 1010011 | 0 | 1111001 | 1100100 | 111010 |
Color Harmonies of #27FF2B
Complementary color
Monochromatic Colors of #27FF2B
Black with #27FF2B
Text Example
Text Example
White with #27FF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FF2B; }
p { color: rgb(39,255,43); }
H1.HeaderClassName
{
color: #27FF2B;
}
.AnyTagClassName
{
color: #27FF2B;
}
</style>
background-color css
<style>
a { background-color: #27FF2B; }
a { background-color: rgb(39,255,43); }
div.DivClassName
{
background-color: #27FF2B;
}
.BgClassName
{
background-color: #27FF2B;
}
</style>
border-color css
<style>
span { border-color: #27FF2B; }
span { border-color: rgb(39,255,43); }
td.TdClassName
{
border-color: #27FF2B;
}
.TagClassName
{
border-color: #27FF2B;
}
</style>