Shades of Dark Pastel Green #0CCE2C
Tints of Dark Pastel Green #0CCE2C
RGB
CMYK
RGB Variations
Color information
#0CCE2C (or 0x0CCE2C) is known color: Dark Pastel Green. HEX triplet: 0C, CE and 2C. RGB value is (12,206,44). Sum of RGB (Red+Green+Blue) = 12+206+44=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 206 (80.86% from 255 or 78.63% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCE2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCE2C is #F331D3. Grayscale: #818181. Windows color (decimal): -15938004 or 2936332. OLE color: 2936332.
HSL color Cylindrical-coordinate representation of color #0CCE2C: hue angle of 129.9º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCE2C is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 206 | 44 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.19 |
| HSL | 129.9º | 0.89% | 0.43% | - |
| HSV(B) | 129.9º | 0.94% | 0.81% | - |
| XYZ | 22.68 | 44.4 | 9.76 | - |
| YUV | 129.53 | 79.73 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 44 | 0.94 | 0 | 0.79 | 0.19 | 129.9 | 0.89 | 0.43 |
| Hex | C | CE | 2C | 5E | 0 | 4F | 13 | 82 | 59 | 2B |
| Octal | 14 | 316 | 54 | 136 | 0 | 117 | 23 | 202 | 131 | 53 |
| Binary | 1100 | 11001110 | 101100 | 1011110 | 0 | 1001111 | 10011 | 10000010 | 1011001 | 101011 |
Color Harmonies of #0CCE2C
Complementary color
Monochromatic Colors of #0CCE2C
Black with #0CCE2C
Text Example
Text Example
White with #0CCE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCE2C; }
p { color: rgb(12,206,44); }
H1.HeaderClassName
{
color: #0CCE2C;
}
.AnyTagClassName
{
color: #0CCE2C;
}
</style>
background-color css
<style>
a { background-color: #0CCE2C; }
a { background-color: rgb(12,206,44); }
div.DivClassName
{
background-color: #0CCE2C;
}
.BgClassName
{
background-color: #0CCE2C;
}
</style>
border-color css
<style>
span { border-color: #0CCE2C; }
span { border-color: rgb(12,206,44); }
td.TdClassName
{
border-color: #0CCE2C;
}
.TagClassName
{
border-color: #0CCE2C;
}
</style>