Shades of Free Speech Green #15FF2D
Tints of Free Speech Green #15FF2D
RGB
CMYK
RGB Variations
Color information
#15FF2D (or 0x15FF2D) is known color: Free Speech Green. HEX triplet: 15, FF and 2D. RGB value is (21,255,45). Sum of RGB (Red+Green+Blue) = 21+255+45=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 255 (100% from 255 or 79.44% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 255 - color contains mainly: green. Hex color #15FF2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15FF2D is #EA00D2. Grayscale: #A1A1A1. Windows color (decimal): -15335635 or 3014421. OLE color: 3014421.
HSL color Cylindrical-coordinate representation of color #15FF2D: hue angle of 126.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FF2D is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 45 | - |
| CMYK | 0.92 | 0 | 0.82 | 0 |
| HSL | 126.15º | 1% | 0.54% | - |
| HSV(B) | 126.15º | 0.92% | 1% | - |
| XYZ | 36.54 | 71.87 | 14.43 | - |
| YUV | 161.09 | 62.48 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 45 | 0.92 | 0 | 0.82 | 0 | 126.15 | 1 | 0.54 |
| Hex | 15 | FF | 2D | 5C | 0 | 52 | 0 | 7E | 64 | 36 |
| Octal | 25 | 377 | 55 | 134 | 0 | 122 | 0 | 176 | 144 | 66 |
| Binary | 10101 | 11111111 | 101101 | 1011100 | 0 | 1010010 | 0 | 1111110 | 1100100 | 110110 |
Color Harmonies of #15FF2D
Complementary color
Monochromatic Colors of #15FF2D
Black with #15FF2D
Text Example
Text Example
White with #15FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FF2D; }
p { color: rgb(21,255,45); }
H1.HeaderClassName
{
color: #15FF2D;
}
.AnyTagClassName
{
color: #15FF2D;
}
</style>
background-color css
<style>
a { background-color: #15FF2D; }
a { background-color: rgb(21,255,45); }
div.DivClassName
{
background-color: #15FF2D;
}
.BgClassName
{
background-color: #15FF2D;
}
</style>
border-color css
<style>
span { border-color: #15FF2D; }
span { border-color: rgb(21,255,45); }
td.TdClassName
{
border-color: #15FF2D;
}
.TagClassName
{
border-color: #15FF2D;
}
</style>