Shades of Dark Pastel Green #03CC3C
Tints of Dark Pastel Green #03CC3C
RGB
CMYK
RGB Variations
Color information
#03CC3C (or 0x03CC3C) is known color: Dark Pastel Green. HEX triplet: 03, CC and 3C. RGB value is (3,204,60). Sum of RGB (Red+Green+Blue) = 3+204+60=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 204 (80.08% from 255 or 76.40% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CC3C is #FC33C3. Grayscale: #7F7F7F. Windows color (decimal): -16528324 or 3984387. OLE color: 3984387.
HSL color Cylindrical-coordinate representation of color #03CC3C: hue angle of 137.01º 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 #03CC3C is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 204 | 60 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.2 |
| HSL | 137.01º | 0.97% | 0.41% | - |
| HSV(B) | 137.01º | 0.99% | 0.8% | - |
| XYZ | 22.45 | 43.53 | 11.49 | - |
| YUV | 127.49 | 89.91 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 60 | 0.99 | 0 | 0.71 | 0.2 | 137.01 | 0.97 | 0.41 |
| Hex | 3 | CC | 3C | 63 | 0 | 47 | 14 | 89 | 61 | 29 |
| Octal | 3 | 314 | 74 | 143 | 0 | 107 | 24 | 211 | 141 | 51 |
| Binary | 11 | 11001100 | 111100 | 1100011 | 0 | 1000111 | 10100 | 10001001 | 1100001 | 101001 |
Color Harmonies of #03CC3C
Complementary color
Monochromatic Colors of #03CC3C
Black with #03CC3C
Text Example
Text Example
White with #03CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CC3C; }
p { color: rgb(3,204,60); }
H1.HeaderClassName
{
color: #03CC3C;
}
.AnyTagClassName
{
color: #03CC3C;
}
</style>
background-color css
<style>
a { background-color: #03CC3C; }
a { background-color: rgb(3,204,60); }
div.DivClassName
{
background-color: #03CC3C;
}
.BgClassName
{
background-color: #03CC3C;
}
</style>
border-color css
<style>
span { border-color: #03CC3C; }
span { border-color: rgb(3,204,60); }
td.TdClassName
{
border-color: #03CC3C;
}
.TagClassName
{
border-color: #03CC3C;
}
</style>