Shades of Dark Pastel Green #03CC2C
Tints of Dark Pastel Green #03CC2C
RGB
CMYK
RGB Variations
Color information
#03CC2C (or 0x03CC2C) is known color: Dark Pastel Green. HEX triplet: 03, CC and 2C. RGB value is (3,204,44). Sum of RGB (Red+Green+Blue) = 3+204+44=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 204 (80.08% from 255 or 81.27% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CC2C is #FC33D3. Grayscale: #7E7E7E. Windows color (decimal): -16528340 or 2935811. OLE color: 2935811.
HSL color Cylindrical-coordinate representation of color #03CC2C: hue angle of 132.24º 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 #03CC2C is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 204 | 44 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.2 |
| HSL | 132.24º | 0.97% | 0.41% | - |
| HSV(B) | 132.24º | 0.99% | 0.8% | - |
| XYZ | 22.09 | 43.39 | 9.59 | - |
| YUV | 125.66 | 81.91 | 40.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 44 | 0.99 | 0 | 0.78 | 0.2 | 132.24 | 0.97 | 0.41 |
| Hex | 3 | CC | 2C | 63 | 0 | 4E | 14 | 84 | 61 | 29 |
| Octal | 3 | 314 | 54 | 143 | 0 | 116 | 24 | 204 | 141 | 51 |
| Binary | 11 | 11001100 | 101100 | 1100011 | 0 | 1001110 | 10100 | 10000100 | 1100001 | 101001 |
Color Harmonies of #03CC2C
Complementary color
Monochromatic Colors of #03CC2C
Black with #03CC2C
Text Example
Text Example
White with #03CC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CC2C; }
p { color: rgb(3,204,44); }
H1.HeaderClassName
{
color: #03CC2C;
}
.AnyTagClassName
{
color: #03CC2C;
}
</style>
background-color css
<style>
a { background-color: #03CC2C; }
a { background-color: rgb(3,204,44); }
div.DivClassName
{
background-color: #03CC2C;
}
.BgClassName
{
background-color: #03CC2C;
}
</style>
border-color css
<style>
span { border-color: #03CC2C; }
span { border-color: rgb(3,204,44); }
td.TdClassName
{
border-color: #03CC2C;
}
.TagClassName
{
border-color: #03CC2C;
}
</style>