Shades of Dark Pastel Green #0CE02F
Tints of Dark Pastel Green #0CE02F
RGB
CMYK
RGB Variations
Color information
#0CE02F (or 0x0CE02F) is known color: Dark Pastel Green. HEX triplet: 0C, E0 and 2F. RGB value is (12,224,47). Sum of RGB (Red+Green+Blue) = 12+224+47=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 224 (87.89% from 255 or 79.15% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 224 - color contains mainly: green. Hex color #0CE02F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE02F is #F31FD0. Grayscale: #8C8C8C. Windows color (decimal): -15933393 or 3137548. OLE color: 3137548.
HSL color Cylindrical-coordinate representation of color #0CE02F: hue angle of 129.91º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE02F is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 224 | 47 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.12 |
| HSL | 129.91º | 0.9% | 0.46% | - |
| HSV(B) | 129.91º | 0.95% | 0.88% | - |
| XYZ | 27.32 | 53.59 | 11.59 | - |
| YUV | 140.43 | 75.26 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 224 | 47 | 0.95 | 0 | 0.79 | 0.12 | 129.91 | 0.9 | 0.46 |
| Hex | C | E0 | 2F | 5F | 0 | 4F | C | 82 | 5A | 2E |
| Octal | 14 | 340 | 57 | 137 | 0 | 117 | 14 | 202 | 132 | 56 |
| Binary | 1100 | 11100000 | 101111 | 1011111 | 0 | 1001111 | 1100 | 10000010 | 1011010 | 101110 |
Color Harmonies of #0CE02F
Complementary color
Monochromatic Colors of #0CE02F
Black with #0CE02F
Text Example
Text Example
White with #0CE02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE02F; }
p { color: rgb(12,224,47); }
H1.HeaderClassName
{
color: #0CE02F;
}
.AnyTagClassName
{
color: #0CE02F;
}
</style>
background-color css
<style>
a { background-color: #0CE02F; }
a { background-color: rgb(12,224,47); }
div.DivClassName
{
background-color: #0CE02F;
}
.BgClassName
{
background-color: #0CE02F;
}
</style>
border-color css
<style>
span { border-color: #0CE02F; }
span { border-color: rgb(12,224,47); }
td.TdClassName
{
border-color: #0CE02F;
}
.TagClassName
{
border-color: #0CE02F;
}
</style>