Shades of Free Speech Green #15FE1D
Tints of Free Speech Green #15FE1D
RGB
CMYK
RGB Variations
Color information
#15FE1D (or 0x15FE1D) is known color: Free Speech Green. HEX triplet: 15, FE and 1D. RGB value is (21,254,29). Sum of RGB (Red+Green+Blue) = 21+254+29=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 254 (99.61% from 255 or 83.55% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 254 - color contains mainly: green. Hex color #15FE1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15FE1D is #EA01E2. Grayscale: #9F9F9F. Windows color (decimal): -15335907 or 1965589. OLE color: 1965589.
HSL color Cylindrical-coordinate representation of color #15FE1D: hue angle of 122.06º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FE1D is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 254 | 29 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.00 |
| HSL | 122.06º | 0.99% | 0.54% | - |
| HSV(B) | 122.06º | 0.92% | 1% | - |
| XYZ | 35.97 | 71.13 | 13 | - |
| YUV | 158.68 | 54.81 | 29.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 254 | 29 | 0.92 | 0 | 0.89 | 0.00 | 122.06 | 0.99 | 0.54 |
| Hex | 15 | FE | 1D | 5C | 0 | 59 | 0 | 7A | 63 | 36 |
| Octal | 25 | 376 | 35 | 134 | 0 | 131 | 0 | 172 | 143 | 66 |
| Binary | 10101 | 11111110 | 11101 | 1011100 | 0 | 1011001 | 0 | 1111010 | 1100011 | 110110 |
Color Harmonies of #15FE1D
Complementary color
Monochromatic Colors of #15FE1D
Black with #15FE1D
Text Example
Text Example
White with #15FE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FE1D; }
p { color: rgb(21,254,29); }
H1.HeaderClassName
{
color: #15FE1D;
}
.AnyTagClassName
{
color: #15FE1D;
}
</style>
background-color css
<style>
a { background-color: #15FE1D; }
a { background-color: rgb(21,254,29); }
div.DivClassName
{
background-color: #15FE1D;
}
.BgClassName
{
background-color: #15FE1D;
}
</style>
border-color css
<style>
span { border-color: #15FE1D; }
span { border-color: rgb(21,254,29); }
td.TdClassName
{
border-color: #15FE1D;
}
.TagClassName
{
border-color: #15FE1D;
}
</style>