Shades of Free Speech Green #15EF2F
Tints of Free Speech Green #15EF2F
RGB
CMYK
RGB Variations
Color information
#15EF2F (or 0x15EF2F) is known color: Free Speech Green. HEX triplet: 15, EF and 2F. RGB value is (21,239,47). Sum of RGB (Red+Green+Blue) = 21+239+47=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 239 (93.75% from 255 or 77.85% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 239 - color contains mainly: green. Hex color #15EF2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15EF2F is #EA10D0. Grayscale: #989898. Windows color (decimal): -15339729 or 3141397. OLE color: 3141397.
HSL color Cylindrical-coordinate representation of color #15EF2F: hue angle of 127.16º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EF2F is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 239 | 47 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.06 |
| HSL | 127.16º | 0.87% | 0.51% | - |
| HSV(B) | 127.16º | 0.91% | 0.94% | - |
| XYZ | 31.69 | 62.1 | 13.01 | - |
| YUV | 151.93 | 68.78 | 34.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 239 | 47 | 0.91 | 0 | 0.80 | 0.06 | 127.16 | 0.87 | 0.51 |
| Hex | 15 | EF | 2F | 5B | 0 | 50 | 6 | 7F | 57 | 33 |
| Octal | 25 | 357 | 57 | 133 | 0 | 120 | 6 | 177 | 127 | 63 |
| Binary | 10101 | 11101111 | 101111 | 1011011 | 0 | 1010000 | 110 | 1111111 | 1010111 | 110011 |
Color Harmonies of #15EF2F
Complementary color
Monochromatic Colors of #15EF2F
Black with #15EF2F
Text Example
Text Example
White with #15EF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EF2F; }
p { color: rgb(21,239,47); }
H1.HeaderClassName
{
color: #15EF2F;
}
.AnyTagClassName
{
color: #15EF2F;
}
</style>
background-color css
<style>
a { background-color: #15EF2F; }
a { background-color: rgb(21,239,47); }
div.DivClassName
{
background-color: #15EF2F;
}
.BgClassName
{
background-color: #15EF2F;
}
</style>
border-color css
<style>
span { border-color: #15EF2F; }
span { border-color: rgb(21,239,47); }
td.TdClassName
{
border-color: #15EF2F;
}
.TagClassName
{
border-color: #15EF2F;
}
</style>