Shades of Dark Pastel Green #03CC23
Tints of Dark Pastel Green #03CC23
RGB
CMYK
RGB Variations
Color information
#03CC23 (or 0x03CC23) is known color: Dark Pastel Green. HEX triplet: 03, CC and 23. RGB value is (3,204,35). Sum of RGB (Red+Green+Blue) = 3+204+35=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 204 (80.08% from 255 or 84.30% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CC23 is #FC33DC. Grayscale: #7D7D7D. Windows color (decimal): -16528349 or 2345987. OLE color: 2345987.
HSL color Cylindrical-coordinate representation of color #03CC23: hue angle of 129.55º 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 #03CC23 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 204 | 35 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.2 |
| HSL | 129.55º | 0.97% | 0.41% | - |
| HSV(B) | 129.55º | 0.99% | 0.8% | - |
| XYZ | 21.93 | 43.33 | 8.8 | - |
| YUV | 124.64 | 77.41 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 35 | 0.99 | 0 | 0.83 | 0.2 | 129.55 | 0.97 | 0.41 |
| Hex | 3 | CC | 23 | 63 | 0 | 53 | 14 | 82 | 61 | 29 |
| Octal | 3 | 314 | 43 | 143 | 0 | 123 | 24 | 202 | 141 | 51 |
| Binary | 11 | 11001100 | 100011 | 1100011 | 0 | 1010011 | 10100 | 10000010 | 1100001 | 101001 |
Color Harmonies of #03CC23
Complementary color
Monochromatic Colors of #03CC23
Black with #03CC23
Text Example
Text Example
White with #03CC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CC23; }
p { color: rgb(3,204,35); }
H1.HeaderClassName
{
color: #03CC23;
}
.AnyTagClassName
{
color: #03CC23;
}
</style>
background-color css
<style>
a { background-color: #03CC23; }
a { background-color: rgb(3,204,35); }
div.DivClassName
{
background-color: #03CC23;
}
.BgClassName
{
background-color: #03CC23;
}
</style>
border-color css
<style>
span { border-color: #03CC23; }
span { border-color: rgb(3,204,35); }
td.TdClassName
{
border-color: #03CC23;
}
.TagClassName
{
border-color: #03CC23;
}
</style>