Shades of Free Speech Green #15DF1B
Tints of Free Speech Green #15DF1B
RGB
CMYK
RGB Variations
Color information
#15DF1B (or 0x15DF1B) is known color: Free Speech Green. HEX triplet: 15, DF and 1B. RGB value is (21,223,27). Sum of RGB (Red+Green+Blue) = 21+223+27=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 223 (87.5% from 255 or 82.29% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 223 - color contains mainly: green. Hex color #15DF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15DF1B is #EA20E4. Grayscale: #8C8C8C. Windows color (decimal): -15343845 or 1826581. OLE color: 1826581.
HSL color Cylindrical-coordinate representation of color #15DF1B: hue angle of 121.78º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DF1B is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 223 | 27 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.13 |
| HSL | 121.78º | 0.83% | 0.48% | - |
| HSV(B) | 121.78º | 0.91% | 0.87% | - |
| XYZ | 26.89 | 53.01 | 9.85 | - |
| YUV | 140.26 | 64.08 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 223 | 27 | 0.91 | 0 | 0.88 | 0.13 | 121.78 | 0.83 | 0.48 |
| Hex | 15 | DF | 1B | 5B | 0 | 58 | D | 7A | 53 | 30 |
| Octal | 25 | 337 | 33 | 133 | 0 | 130 | 15 | 172 | 123 | 60 |
| Binary | 10101 | 11011111 | 11011 | 1011011 | 0 | 1011000 | 1101 | 1111010 | 1010011 | 110000 |
Color Harmonies of #15DF1B
Complementary color
Monochromatic Colors of #15DF1B
Black with #15DF1B
Text Example
Text Example
White with #15DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DF1B; }
p { color: rgb(21,223,27); }
H1.HeaderClassName
{
color: #15DF1B;
}
.AnyTagClassName
{
color: #15DF1B;
}
</style>
background-color css
<style>
a { background-color: #15DF1B; }
a { background-color: rgb(21,223,27); }
div.DivClassName
{
background-color: #15DF1B;
}
.BgClassName
{
background-color: #15DF1B;
}
</style>
border-color css
<style>
span { border-color: #15DF1B; }
span { border-color: rgb(21,223,27); }
td.TdClassName
{
border-color: #15DF1B;
}
.TagClassName
{
border-color: #15DF1B;
}
</style>