Shades of Free Speech Green #15EF2D
Tints of Free Speech Green #15EF2D
RGB
CMYK
RGB Variations
Color information
#15EF2D (or 0x15EF2D) is known color: Free Speech Green. HEX triplet: 15, EF and 2D. RGB value is (21,239,45). Sum of RGB (Red+Green+Blue) = 21+239+45=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 239 (93.75% from 255 or 78.36% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 239 - color contains mainly: green. Hex color #15EF2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15EF2D is #EA10D2. Grayscale: #989898. Windows color (decimal): -15339731 or 3010325. OLE color: 3010325.
HSL color Cylindrical-coordinate representation of color #15EF2D: hue angle of 126.61º 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 #15EF2D is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 239 | 45 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.06 |
| HSL | 126.61º | 0.87% | 0.51% | - |
| HSV(B) | 126.61º | 0.91% | 0.94% | - |
| XYZ | 31.65 | 62.08 | 12.8 | - |
| YUV | 151.7 | 67.78 | 34.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 239 | 45 | 0.91 | 0 | 0.81 | 0.06 | 126.61 | 0.87 | 0.51 |
| Hex | 15 | EF | 2D | 5B | 0 | 51 | 6 | 7F | 57 | 33 |
| Octal | 25 | 357 | 55 | 133 | 0 | 121 | 6 | 177 | 127 | 63 |
| Binary | 10101 | 11101111 | 101101 | 1011011 | 0 | 1010001 | 110 | 1111111 | 1010111 | 110011 |
Color Harmonies of #15EF2D
Complementary color
Monochromatic Colors of #15EF2D
Black with #15EF2D
Text Example
Text Example
White with #15EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EF2D; }
p { color: rgb(21,239,45); }
H1.HeaderClassName
{
color: #15EF2D;
}
.AnyTagClassName
{
color: #15EF2D;
}
</style>
background-color css
<style>
a { background-color: #15EF2D; }
a { background-color: rgb(21,239,45); }
div.DivClassName
{
background-color: #15EF2D;
}
.BgClassName
{
background-color: #15EF2D;
}
</style>
border-color css
<style>
span { border-color: #15EF2D; }
span { border-color: rgb(21,239,45); }
td.TdClassName
{
border-color: #15EF2D;
}
.TagClassName
{
border-color: #15EF2D;
}
</style>