Shades of Free Speech Green #15DD03
Tints of Free Speech Green #15DD03
RGB
CMYK
RGB Variations
Color information
#15DD03 (or 0x15DD03) is known color: Free Speech Green. HEX triplet: 15, DD and 03. RGB value is (21,221,3). Sum of RGB (Red+Green+Blue) = 21+221+3=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 221 (86.72% from 255 or 90.20% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 221 - color contains mainly: green. Hex color #15DD03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15DD03 is #EA22FC. Grayscale: #898989. Windows color (decimal): -15344381 or 253205. OLE color: 253205.
HSL color Cylindrical-coordinate representation of color #15DD03: hue angle of 115.05º 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 #15DD03 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 221 | 3 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.13 |
| HSL | 115.05º | 0.97% | 0.44% | - |
| HSV(B) | 115.05º | 0.99% | 0.87% | - |
| XYZ | 26.18 | 51.88 | 8.72 | - |
| YUV | 136.35 | 52.74 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 221 | 3 | 0.90 | 0 | 0.99 | 0.13 | 115.05 | 0.97 | 0.44 |
| Hex | 15 | DD | 3 | 5A | 0 | 63 | D | 73 | 61 | 2C |
| Octal | 25 | 335 | 3 | 132 | 0 | 143 | 15 | 163 | 141 | 54 |
| Binary | 10101 | 11011101 | 11 | 1011010 | 0 | 1100011 | 1101 | 1110011 | 1100001 | 101100 |
Color Harmonies of #15DD03
Complementary color
Monochromatic Colors of #15DD03
Black with #15DD03
Text Example
Text Example
White with #15DD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DD03; }
p { color: rgb(21,221,3); }
H1.HeaderClassName
{
color: #15DD03;
}
.AnyTagClassName
{
color: #15DD03;
}
</style>
background-color css
<style>
a { background-color: #15DD03; }
a { background-color: rgb(21,221,3); }
div.DivClassName
{
background-color: #15DD03;
}
.BgClassName
{
background-color: #15DD03;
}
</style>
border-color css
<style>
span { border-color: #15DD03; }
span { border-color: rgb(21,221,3); }
td.TdClassName
{
border-color: #15DD03;
}
.TagClassName
{
border-color: #15DD03;
}
</style>