Shades of Dark Pastel Green #00CE2A
Tints of Dark Pastel Green #00CE2A
RGB
CMYK
RGB Variations
Color information
#00CE2A (or 0x00CE2A) is known color: Dark Pastel Green. HEX triplet: 00, CE and 2A. RGB value is (0,206,42). Sum of RGB (Red+Green+Blue) = 0+206+42=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 206 (80.86% from 255 or 83.06% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CE2A is #FF31D5. Grayscale: #7E7E7E. Windows color (decimal): -16724438 or 2805248. OLE color: 2805248.
HSL color Cylindrical-coordinate representation of color #00CE2A: hue angle of 132.23º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CE2A is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 42 | - |
| CMYK | 1 | 0 | 0.80 | 0.19 |
| HSL | 132.23º | 1% | 0.4% | - |
| HSV(B) | 132.23º | 1% | 0.81% | - |
| XYZ | 22.49 | 44.31 | 9.56 | - |
| YUV | 125.71 | 80.75 | 38.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 42 | 1 | 0 | 0.80 | 0.19 | 132.23 | 1 | 0.4 |
| Hex | 0 | CE | 2A | 64 | 0 | 50 | 13 | 84 | 64 | 28 |
| Octal | 0 | 316 | 52 | 144 | 0 | 120 | 23 | 204 | 144 | 50 |
| Binary | 0 | 11001110 | 101010 | 1100100 | 0 | 1010000 | 10011 | 10000100 | 1100100 | 101000 |
Color Harmonies of #00CE2A
Complementary color
Monochromatic Colors of #00CE2A
Black with #00CE2A
Text Example
Text Example
White with #00CE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CE2A; }
p { color: rgb(0,206,42); }
H1.HeaderClassName
{
color: #00CE2A;
}
.AnyTagClassName
{
color: #00CE2A;
}
</style>
background-color css
<style>
a { background-color: #00CE2A; }
a { background-color: rgb(0,206,42); }
div.DivClassName
{
background-color: #00CE2A;
}
.BgClassName
{
background-color: #00CE2A;
}
</style>
border-color css
<style>
span { border-color: #00CE2A; }
span { border-color: rgb(0,206,42); }
td.TdClassName
{
border-color: #00CE2A;
}
.TagClassName
{
border-color: #00CE2A;
}
</style>