Shades of Dark Pastel Green #03CE20
Tints of Dark Pastel Green #03CE20
RGB
CMYK
RGB Variations
Color information
#03CE20 (or 0x03CE20) is known color: Dark Pastel Green. HEX triplet: 03, CE and 20. RGB value is (3,206,32). Sum of RGB (Red+Green+Blue) = 3+206+32=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 206 (80.86% from 255 or 85.48% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 206 - color contains mainly: green. Hex color #03CE20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CE20 is #FC31DF. Grayscale: #7D7D7D. Windows color (decimal): -16527840 or 2149891. OLE color: 2149891.
HSL color Cylindrical-coordinate representation of color #03CE20: hue angle of 128.57º 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 #03CE20 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 206 | 32 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.19 |
| HSL | 128.57º | 0.97% | 0.41% | - |
| HSV(B) | 128.57º | 0.99% | 0.81% | - |
| XYZ | 22.37 | 44.27 | 8.73 | - |
| YUV | 125.47 | 75.25 | 40.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 206 | 32 | 0.99 | 0 | 0.84 | 0.19 | 128.57 | 0.97 | 0.41 |
| Hex | 3 | CE | 20 | 63 | 0 | 54 | 13 | 81 | 61 | 29 |
| Octal | 3 | 316 | 40 | 143 | 0 | 124 | 23 | 201 | 141 | 51 |
| Binary | 11 | 11001110 | 100000 | 1100011 | 0 | 1010100 | 10011 | 10000001 | 1100001 | 101001 |
Color Harmonies of #03CE20
Complementary color
Monochromatic Colors of #03CE20
Black with #03CE20
Text Example
Text Example
White with #03CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CE20; }
p { color: rgb(3,206,32); }
H1.HeaderClassName
{
color: #03CE20;
}
.AnyTagClassName
{
color: #03CE20;
}
</style>
background-color css
<style>
a { background-color: #03CE20; }
a { background-color: rgb(3,206,32); }
div.DivClassName
{
background-color: #03CE20;
}
.BgClassName
{
background-color: #03CE20;
}
</style>
border-color css
<style>
span { border-color: #03CE20; }
span { border-color: rgb(3,206,32); }
td.TdClassName
{
border-color: #03CE20;
}
.TagClassName
{
border-color: #03CE20;
}
</style>