Shades of Free Speech Green #15DF03
Tints of Free Speech Green #15DF03
RGB
CMYK
RGB Variations
Color information
#15DF03 (or 0x15DF03) is known color: Free Speech Green. HEX triplet: 15, DF and 03. RGB value is (21,223,3). Sum of RGB (Red+Green+Blue) = 21+223+3=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 223 (87.5% from 255 or 90.28% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 223 - color contains mainly: green. Hex color #15DF03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15DF03 is #EA20FC. Grayscale: #8A8A8A. Windows color (decimal): -15343869 or 253717. OLE color: 253717.
HSL color Cylindrical-coordinate representation of color #15DF03: hue angle of 115.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15DF03 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 223 | 3 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.13 |
| HSL | 115.09º | 0.97% | 0.44% | - |
| HSV(B) | 115.09º | 0.99% | 0.87% | - |
| XYZ | 26.71 | 52.94 | 8.9 | - |
| YUV | 137.52 | 52.08 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 223 | 3 | 0.91 | 0 | 0.99 | 0.13 | 115.09 | 0.97 | 0.44 |
| Hex | 15 | DF | 3 | 5B | 0 | 63 | D | 73 | 61 | 2C |
| Octal | 25 | 337 | 3 | 133 | 0 | 143 | 15 | 163 | 141 | 54 |
| Binary | 10101 | 11011111 | 11 | 1011011 | 0 | 1100011 | 1101 | 1110011 | 1100001 | 101100 |
Color Harmonies of #15DF03
Complementary color
Monochromatic Colors of #15DF03
Black with #15DF03
Text Example
Text Example
White with #15DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DF03; }
p { color: rgb(21,223,3); }
H1.HeaderClassName
{
color: #15DF03;
}
.AnyTagClassName
{
color: #15DF03;
}
</style>
background-color css
<style>
a { background-color: #15DF03; }
a { background-color: rgb(21,223,3); }
div.DivClassName
{
background-color: #15DF03;
}
.BgClassName
{
background-color: #15DF03;
}
</style>
border-color css
<style>
span { border-color: #15DF03; }
span { border-color: rgb(21,223,3); }
td.TdClassName
{
border-color: #15DF03;
}
.TagClassName
{
border-color: #15DF03;
}
</style>