Shades of Dark Pastel Green #0CCE30
Tints of Dark Pastel Green #0CCE30
RGB
CMYK
RGB Variations
Color information
#0CCE30 (or 0x0CCE30) is known color: Dark Pastel Green. HEX triplet: 0C, CE and 30. RGB value is (12,206,48). Sum of RGB (Red+Green+Blue) = 12+206+48=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 206 (80.86% from 255 or 77.44% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCE30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCE30 is #F331CF. Grayscale: #828282. Windows color (decimal): -15938000 or 3198476. OLE color: 3198476.
HSL color Cylindrical-coordinate representation of color #0CCE30: hue angle of 131.13º 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 #0CCE30 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 206 | 48 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.19 |
| HSL | 131.13º | 0.89% | 0.43% | - |
| HSV(B) | 131.13º | 0.94% | 0.81% | - |
| XYZ | 22.76 | 44.43 | 10.17 | - |
| YUV | 129.98 | 81.73 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 48 | 0.94 | 0 | 0.77 | 0.19 | 131.13 | 0.89 | 0.43 |
| Hex | C | CE | 30 | 5E | 0 | 4D | 13 | 83 | 59 | 2B |
| Octal | 14 | 316 | 60 | 136 | 0 | 115 | 23 | 203 | 131 | 53 |
| Binary | 1100 | 11001110 | 110000 | 1011110 | 0 | 1001101 | 10011 | 10000011 | 1011001 | 101011 |
Color Harmonies of #0CCE30
Complementary color
Monochromatic Colors of #0CCE30
Black with #0CCE30
Text Example
Text Example
White with #0CCE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCE30; }
p { color: rgb(12,206,48); }
H1.HeaderClassName
{
color: #0CCE30;
}
.AnyTagClassName
{
color: #0CCE30;
}
</style>
background-color css
<style>
a { background-color: #0CCE30; }
a { background-color: rgb(12,206,48); }
div.DivClassName
{
background-color: #0CCE30;
}
.BgClassName
{
background-color: #0CCE30;
}
</style>
border-color css
<style>
span { border-color: #0CCE30; }
span { border-color: rgb(12,206,48); }
td.TdClassName
{
border-color: #0CCE30;
}
.TagClassName
{
border-color: #0CCE30;
}
</style>