Shades of Free Speech Green #15E52D
Tints of Free Speech Green #15E52D
RGB
CMYK
RGB Variations
Color information
#15E52D (or 0x15E52D) is known color: Free Speech Green. HEX triplet: 15, E5 and 2D. RGB value is (21,229,45). Sum of RGB (Red+Green+Blue) = 21+229+45=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 229 (89.84% from 255 or 77.63% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 229 - color contains mainly: green. Hex color #15E52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15E52D is #EA1AD2. Grayscale: #929292. Windows color (decimal): -15342291 or 3007765. OLE color: 3007765.
HSL color Cylindrical-coordinate representation of color #15E52D: hue angle of 126.92º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E52D is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 229 | 45 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.10 |
| HSL | 126.92º | 0.83% | 0.49% | - |
| HSV(B) | 126.92º | 0.91% | 0.9% | - |
| XYZ | 28.8 | 56.39 | 11.85 | - |
| YUV | 145.83 | 71.09 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 229 | 45 | 0.91 | 0 | 0.80 | 0.10 | 126.92 | 0.83 | 0.49 |
| Hex | 15 | E5 | 2D | 5B | 0 | 50 | A | 7F | 53 | 31 |
| Octal | 25 | 345 | 55 | 133 | 0 | 120 | 12 | 177 | 123 | 61 |
| Binary | 10101 | 11100101 | 101101 | 1011011 | 0 | 1010000 | 1010 | 1111111 | 1010011 | 110001 |
Color Harmonies of #15E52D
Complementary color
Monochromatic Colors of #15E52D
Black with #15E52D
Text Example
Text Example
White with #15E52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E52D; }
p { color: rgb(21,229,45); }
H1.HeaderClassName
{
color: #15E52D;
}
.AnyTagClassName
{
color: #15E52D;
}
</style>
background-color css
<style>
a { background-color: #15E52D; }
a { background-color: rgb(21,229,45); }
div.DivClassName
{
background-color: #15E52D;
}
.BgClassName
{
background-color: #15E52D;
}
</style>
border-color css
<style>
span { border-color: #15E52D; }
span { border-color: rgb(21,229,45); }
td.TdClassName
{
border-color: #15E52D;
}
.TagClassName
{
border-color: #15E52D;
}
</style>