Shades of Dark Pastel Green #03CC43
Tints of Dark Pastel Green #03CC43
RGB
CMYK
RGB Variations
Color information
#03CC43 (or 0x03CC43) is known color: Dark Pastel Green. HEX triplet: 03, CC and 43. RGB value is (3,204,67). Sum of RGB (Red+Green+Blue) = 3+204+67=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 204 (80.08% from 255 or 74.45% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CC43 is #FC33BC. Grayscale: #808080. Windows color (decimal): -16528317 or 4443139. OLE color: 4443139.
HSL color Cylindrical-coordinate representation of color #03CC43: hue angle of 139.1º 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 #03CC43 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 204 | 67 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.2 |
| HSL | 139.1º | 0.97% | 0.41% | - |
| HSV(B) | 139.1º | 0.99% | 0.8% | - |
| XYZ | 22.64 | 43.61 | 12.53 | - |
| YUV | 128.28 | 93.41 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 67 | 0.99 | 0 | 0.67 | 0.2 | 139.1 | 0.97 | 0.41 |
| Hex | 3 | CC | 43 | 63 | 0 | 43 | 14 | 8B | 61 | 29 |
| Octal | 3 | 314 | 103 | 143 | 0 | 103 | 24 | 213 | 141 | 51 |
| Binary | 11 | 11001100 | 1000011 | 1100011 | 0 | 1000011 | 10100 | 10001011 | 1100001 | 101001 |
Color Harmonies of #03CC43
Complementary color
Monochromatic Colors of #03CC43
Black with #03CC43
Text Example
Text Example
White with #03CC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CC43; }
p { color: rgb(3,204,67); }
H1.HeaderClassName
{
color: #03CC43;
}
.AnyTagClassName
{
color: #03CC43;
}
</style>
background-color css
<style>
a { background-color: #03CC43; }
a { background-color: rgb(3,204,67); }
div.DivClassName
{
background-color: #03CC43;
}
.BgClassName
{
background-color: #03CC43;
}
</style>
border-color css
<style>
span { border-color: #03CC43; }
span { border-color: rgb(3,204,67); }
td.TdClassName
{
border-color: #03CC43;
}
.TagClassName
{
border-color: #03CC43;
}
</style>