Shades of Free Speech Green #15FC2D
Tints of Free Speech Green #15FC2D
RGB
CMYK
RGB Variations
Color information
#15FC2D (or 0x15FC2D) is known color: Free Speech Green. HEX triplet: 15, FC and 2D. RGB value is (21,252,45). Sum of RGB (Red+Green+Blue) = 21+252+45=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 252 (98.83% from 255 or 79.25% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 252 - color contains mainly: green. Hex color #15FC2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15FC2D is #EA03D2. Grayscale: #9F9F9F. Windows color (decimal): -15336403 or 3013653. OLE color: 3013653.
HSL color Cylindrical-coordinate representation of color #15FC2D: hue angle of 126.23º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FC2D is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 252 | 45 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.01 |
| HSL | 126.23º | 0.97% | 0.54% | - |
| HSV(B) | 126.23º | 0.92% | 0.99% | - |
| XYZ | 35.59 | 69.97 | 14.11 | - |
| YUV | 159.33 | 63.47 | 29.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 252 | 45 | 0.92 | 0 | 0.82 | 0.01 | 126.23 | 0.97 | 0.54 |
| Hex | 15 | FC | 2D | 5C | 0 | 52 | 1 | 7E | 61 | 36 |
| Octal | 25 | 374 | 55 | 134 | 0 | 122 | 1 | 176 | 141 | 66 |
| Binary | 10101 | 11111100 | 101101 | 1011100 | 0 | 1010010 | 1 | 1111110 | 1100001 | 110110 |
Color Harmonies of #15FC2D
Complementary color
Monochromatic Colors of #15FC2D
Black with #15FC2D
Text Example
Text Example
White with #15FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FC2D; }
p { color: rgb(21,252,45); }
H1.HeaderClassName
{
color: #15FC2D;
}
.AnyTagClassName
{
color: #15FC2D;
}
</style>
background-color css
<style>
a { background-color: #15FC2D; }
a { background-color: rgb(21,252,45); }
div.DivClassName
{
background-color: #15FC2D;
}
.BgClassName
{
background-color: #15FC2D;
}
</style>
border-color css
<style>
span { border-color: #15FC2D; }
span { border-color: rgb(21,252,45); }
td.TdClassName
{
border-color: #15FC2D;
}
.TagClassName
{
border-color: #15FC2D;
}
</style>