Shades of Free Speech Green #03CC11
Tints of Free Speech Green #03CC11
RGB
CMYK
RGB Variations
Color information
#03CC11 (or 0x03CC11) is known color: Free Speech Green. HEX triplet: 03, CC and 11. RGB value is (3,204,17). Sum of RGB (Red+Green+Blue) = 3+204+17=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 204 (80.08% from 255 or 91.07% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CC11 is #FC33EE. Grayscale: #7B7B7B. Windows color (decimal): -16528367 or 1166339. OLE color: 1166339.
HSL color Cylindrical-coordinate representation of color #03CC11: hue angle of 124.18º 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 #03CC11 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 204 | 17 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.2 |
| HSL | 124.18º | 0.97% | 0.41% | - |
| HSV(B) | 124.18º | 0.99% | 0.8% | - |
| XYZ | 21.73 | 43.25 | 7.73 | - |
| YUV | 122.58 | 68.41 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 17 | 0.99 | 0 | 0.92 | 0.2 | 124.18 | 0.97 | 0.41 |
| Hex | 3 | CC | 11 | 63 | 0 | 5C | 14 | 7C | 61 | 29 |
| Octal | 3 | 314 | 21 | 143 | 0 | 134 | 24 | 174 | 141 | 51 |
| Binary | 11 | 11001100 | 10001 | 1100011 | 0 | 1011100 | 10100 | 1111100 | 1100001 | 101001 |
Color Harmonies of #03CC11
Complementary color
Monochromatic Colors of #03CC11
Black with #03CC11
Text Example
Text Example
White with #03CC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CC11; }
p { color: rgb(3,204,17); }
H1.HeaderClassName
{
color: #03CC11;
}
.AnyTagClassName
{
color: #03CC11;
}
</style>
background-color css
<style>
a { background-color: #03CC11; }
a { background-color: rgb(3,204,17); }
div.DivClassName
{
background-color: #03CC11;
}
.BgClassName
{
background-color: #03CC11;
}
</style>
border-color css
<style>
span { border-color: #03CC11; }
span { border-color: rgb(3,204,17); }
td.TdClassName
{
border-color: #03CC11;
}
.TagClassName
{
border-color: #03CC11;
}
</style>