Shades of Dark Pastel Green #03CC16
Tints of Dark Pastel Green #03CC16
RGB
CMYK
RGB Variations
Color information
#03CC16 (or 0x03CC16) is known color: Dark Pastel Green. HEX triplet: 03, CC and 16. RGB value is (3,204,22). Sum of RGB (Red+Green+Blue) = 3+204+22=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 204 (80.08% from 255 or 89.08% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CC16 is #FC33E9. Grayscale: #7B7B7B. Windows color (decimal): -16528362 or 1494019. OLE color: 1494019.
HSL color Cylindrical-coordinate representation of color #03CC16: hue angle of 125.67º 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 #03CC16 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 204 | 22 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.2 |
| HSL | 125.67º | 0.97% | 0.41% | - |
| HSV(B) | 125.67º | 0.99% | 0.8% | - |
| XYZ | 21.78 | 43.26 | 7.96 | - |
| YUV | 123.15 | 70.91 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 22 | 0.99 | 0 | 0.89 | 0.2 | 125.67 | 0.97 | 0.41 |
| Hex | 3 | CC | 16 | 63 | 0 | 59 | 14 | 7E | 61 | 29 |
| Octal | 3 | 314 | 26 | 143 | 0 | 131 | 24 | 176 | 141 | 51 |
| Binary | 11 | 11001100 | 10110 | 1100011 | 0 | 1011001 | 10100 | 1111110 | 1100001 | 101001 |
Color Harmonies of #03CC16
Complementary color
Monochromatic Colors of #03CC16
Black with #03CC16
Text Example
Text Example
White with #03CC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CC16; }
p { color: rgb(3,204,22); }
H1.HeaderClassName
{
color: #03CC16;
}
.AnyTagClassName
{
color: #03CC16;
}
</style>
background-color css
<style>
a { background-color: #03CC16; }
a { background-color: rgb(3,204,22); }
div.DivClassName
{
background-color: #03CC16;
}
.BgClassName
{
background-color: #03CC16;
}
</style>
border-color css
<style>
span { border-color: #03CC16; }
span { border-color: rgb(3,204,22); }
td.TdClassName
{
border-color: #03CC16;
}
.TagClassName
{
border-color: #03CC16;
}
</style>