Shades of Free Speech Green #15CC03
Tints of Free Speech Green #15CC03
RGB
CMYK
RGB Variations
Color information
#15CC03 (or 0x15CC03) is known color: Free Speech Green. HEX triplet: 15, CC and 03. RGB value is (21,204,3). Sum of RGB (Red+Green+Blue) = 21+204+3=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 204 (80.08% from 255 or 89.47% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 204 - color contains mainly: green. Hex color #15CC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15CC03 is #EA33FC. Grayscale: #7E7E7E. Windows color (decimal): -15348733 or 248853. OLE color: 248853.
HSL color Cylindrical-coordinate representation of color #15CC03: hue angle of 114.63º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15CC03 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 204 | 3 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.2 |
| HSL | 114.63º | 0.97% | 0.41% | - |
| HSV(B) | 114.63º | 0.99% | 0.8% | - |
| XYZ | 21.92 | 43.35 | 7.3 | - |
| YUV | 126.37 | 58.37 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 204 | 3 | 0.90 | 0 | 0.99 | 0.2 | 114.63 | 0.97 | 0.41 |
| Hex | 15 | CC | 3 | 5A | 0 | 63 | 14 | 73 | 61 | 29 |
| Octal | 25 | 314 | 3 | 132 | 0 | 143 | 24 | 163 | 141 | 51 |
| Binary | 10101 | 11001100 | 11 | 1011010 | 0 | 1100011 | 10100 | 1110011 | 1100001 | 101001 |
Color Harmonies of #15CC03
Complementary color
Monochromatic Colors of #15CC03
Black with #15CC03
Text Example
Text Example
White with #15CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CC03; }
p { color: rgb(21,204,3); }
H1.HeaderClassName
{
color: #15CC03;
}
.AnyTagClassName
{
color: #15CC03;
}
</style>
background-color css
<style>
a { background-color: #15CC03; }
a { background-color: rgb(21,204,3); }
div.DivClassName
{
background-color: #15CC03;
}
.BgClassName
{
background-color: #15CC03;
}
</style>
border-color css
<style>
span { border-color: #15CC03; }
span { border-color: rgb(21,204,3); }
td.TdClassName
{
border-color: #15CC03;
}
.TagClassName
{
border-color: #15CC03;
}
</style>