Shades of Dark Pastel Green #00CE2F
Tints of Dark Pastel Green #00CE2F
RGB
CMYK
RGB Variations
Color information
#00CE2F (or 0x00CE2F) is known color: Dark Pastel Green. HEX triplet: 00, CE and 2F. RGB value is (0,206,47). Sum of RGB (Red+Green+Blue) = 0+206+47=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 206 (80.86% from 255 or 81.42% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CE2F is #FF31D0. Grayscale: #7E7E7E. Windows color (decimal): -16724433 or 3132928. OLE color: 3132928.
HSL color Cylindrical-coordinate representation of color #00CE2F: hue angle of 133.69º 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 #00CE2F is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 47 | - |
| CMYK | 1 | 0 | 0.77 | 0.19 |
| HSL | 133.69º | 1% | 0.4% | - |
| HSV(B) | 133.69º | 1% | 0.81% | - |
| XYZ | 22.58 | 44.35 | 10.06 | - |
| YUV | 126.28 | 83.25 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 47 | 1 | 0 | 0.77 | 0.19 | 133.69 | 1 | 0.4 |
| Hex | 0 | CE | 2F | 64 | 0 | 4D | 13 | 86 | 64 | 28 |
| Octal | 0 | 316 | 57 | 144 | 0 | 115 | 23 | 206 | 144 | 50 |
| Binary | 0 | 11001110 | 101111 | 1100100 | 0 | 1001101 | 10011 | 10000110 | 1100100 | 101000 |
Color Harmonies of #00CE2F
Complementary color
Monochromatic Colors of #00CE2F
Black with #00CE2F
Text Example
Text Example
White with #00CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CE2F; }
p { color: rgb(0,206,47); }
H1.HeaderClassName
{
color: #00CE2F;
}
.AnyTagClassName
{
color: #00CE2F;
}
</style>
background-color css
<style>
a { background-color: #00CE2F; }
a { background-color: rgb(0,206,47); }
div.DivClassName
{
background-color: #00CE2F;
}
.BgClassName
{
background-color: #00CE2F;
}
</style>
border-color css
<style>
span { border-color: #00CE2F; }
span { border-color: rgb(0,206,47); }
td.TdClassName
{
border-color: #00CE2F;
}
.TagClassName
{
border-color: #00CE2F;
}
</style>