Shades of Dark Pastel Green #01CC2C
Tints of Dark Pastel Green #01CC2C
RGB
CMYK
RGB Variations
Color information
#01CC2C (or 0x01CC2C) is known color: Dark Pastel Green. HEX triplet: 01, CC and 2C. RGB value is (1,204,44). Sum of RGB (Red+Green+Blue) = 1+204+44=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 204 (80.08% from 255 or 81.93% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 204 - color contains mainly: green. Hex color #01CC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CC2C is #FE33D3. Grayscale: #7D7D7D. Windows color (decimal): -16659412 or 2935809. OLE color: 2935809.
HSL color Cylindrical-coordinate representation of color #01CC2C: hue angle of 132.71º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CC2C is Cyan = 1.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 204 | 44 | - |
| CMYK | 1.00 | 0 | 0.78 | 0.2 |
| HSL | 132.71º | 0.99% | 0.4% | - |
| HSV(B) | 132.71º | 1% | 0.8% | - |
| XYZ | 22.06 | 43.37 | 9.59 | - |
| YUV | 125.06 | 82.25 | 39.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 204 | 44 | 1.00 | 0 | 0.78 | 0.2 | 132.71 | 0.99 | 0.4 |
| Hex | 1 | CC | 2C | 64 | 0 | 4E | 14 | 85 | 63 | 28 |
| Octal | 1 | 314 | 54 | 144 | 0 | 116 | 24 | 205 | 143 | 50 |
| Binary | 1 | 11001100 | 101100 | 1100100 | 0 | 1001110 | 10100 | 10000101 | 1100011 | 101000 |
Color Harmonies of #01CC2C
Complementary color
Monochromatic Colors of #01CC2C
Black with #01CC2C
Text Example
Text Example
White with #01CC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CC2C; }
p { color: rgb(1,204,44); }
H1.HeaderClassName
{
color: #01CC2C;
}
.AnyTagClassName
{
color: #01CC2C;
}
</style>
background-color css
<style>
a { background-color: #01CC2C; }
a { background-color: rgb(1,204,44); }
div.DivClassName
{
background-color: #01CC2C;
}
.BgClassName
{
background-color: #01CC2C;
}
</style>
border-color css
<style>
span { border-color: #01CC2C; }
span { border-color: rgb(1,204,44); }
td.TdClassName
{
border-color: #01CC2C;
}
.TagClassName
{
border-color: #01CC2C;
}
</style>