Shades of Free Speech Green #15FF2F
Tints of Free Speech Green #15FF2F
RGB
CMYK
RGB Variations
Color information
#15FF2F (or 0x15FF2F) is known color: Free Speech Green. HEX triplet: 15, FF and 2F. RGB value is (21,255,47). Sum of RGB (Red+Green+Blue) = 21+255+47=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 255 (100% from 255 or 78.95% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 255 - color contains mainly: green. Hex color #15FF2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15FF2F is #EA00D0. Grayscale: #A1A1A1. Windows color (decimal): -15335633 or 3145493. OLE color: 3145493.
HSL color Cylindrical-coordinate representation of color #15FF2F: hue angle of 126.67º 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 #15FF2F is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 47 | - |
| CMYK | 0.92 | 0 | 0.82 | 0 |
| HSL | 126.67º | 1% | 0.54% | - |
| HSV(B) | 126.67º | 0.92% | 1% | - |
| XYZ | 36.58 | 71.88 | 14.64 | - |
| YUV | 161.32 | 63.48 | 27.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 47 | 0.92 | 0 | 0.82 | 0 | 126.67 | 1 | 0.54 |
| Hex | 15 | FF | 2F | 5C | 0 | 52 | 0 | 7F | 64 | 36 |
| Octal | 25 | 377 | 57 | 134 | 0 | 122 | 0 | 177 | 144 | 66 |
| Binary | 10101 | 11111111 | 101111 | 1011100 | 0 | 1010010 | 0 | 1111111 | 1100100 | 110110 |
Color Harmonies of #15FF2F
Complementary color
Monochromatic Colors of #15FF2F
Black with #15FF2F
Text Example
Text Example
White with #15FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FF2F; }
p { color: rgb(21,255,47); }
H1.HeaderClassName
{
color: #15FF2F;
}
.AnyTagClassName
{
color: #15FF2F;
}
</style>
background-color css
<style>
a { background-color: #15FF2F; }
a { background-color: rgb(21,255,47); }
div.DivClassName
{
background-color: #15FF2F;
}
.BgClassName
{
background-color: #15FF2F;
}
</style>
border-color css
<style>
span { border-color: #15FF2F; }
span { border-color: rgb(21,255,47); }
td.TdClassName
{
border-color: #15FF2F;
}
.TagClassName
{
border-color: #15FF2F;
}
</style>