Shades of Dark Pastel Green #03CE34
Tints of Dark Pastel Green #03CE34
RGB
CMYK
RGB Variations
Color information
#03CE34 (or 0x03CE34) is known color: Dark Pastel Green. HEX triplet: 03, CE and 34. RGB value is (3,206,52). Sum of RGB (Red+Green+Blue) = 3+206+52=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 206 (80.86% from 255 or 78.93% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 206 - color contains mainly: green. Hex color #03CE34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CE34 is #FC31CB. Grayscale: #808080. Windows color (decimal): -16527820 or 3460611. OLE color: 3460611.
HSL color Cylindrical-coordinate representation of color #03CE34: hue angle of 134.48º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CE34 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 206 | 52 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.19 |
| HSL | 134.48º | 0.97% | 0.41% | - |
| HSV(B) | 134.48º | 0.99% | 0.81% | - |
| XYZ | 22.73 | 44.41 | 10.62 | - |
| YUV | 127.75 | 85.25 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 206 | 52 | 0.99 | 0 | 0.75 | 0.19 | 134.48 | 0.97 | 0.41 |
| Hex | 3 | CE | 34 | 63 | 0 | 4B | 13 | 86 | 61 | 29 |
| Octal | 3 | 316 | 64 | 143 | 0 | 113 | 23 | 206 | 141 | 51 |
| Binary | 11 | 11001110 | 110100 | 1100011 | 0 | 1001011 | 10011 | 10000110 | 1100001 | 101001 |
Color Harmonies of #03CE34
Complementary color
Monochromatic Colors of #03CE34
Black with #03CE34
Text Example
Text Example
White with #03CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CE34; }
p { color: rgb(3,206,52); }
H1.HeaderClassName
{
color: #03CE34;
}
.AnyTagClassName
{
color: #03CE34;
}
</style>
background-color css
<style>
a { background-color: #03CE34; }
a { background-color: rgb(3,206,52); }
div.DivClassName
{
background-color: #03CE34;
}
.BgClassName
{
background-color: #03CE34;
}
</style>
border-color css
<style>
span { border-color: #03CE34; }
span { border-color: rgb(3,206,52); }
td.TdClassName
{
border-color: #03CE34;
}
.TagClassName
{
border-color: #03CE34;
}
</style>