Shades of Dark Pastel Green #07DC2B
Tints of Dark Pastel Green #07DC2B
RGB
CMYK
RGB Variations
Color information
#07DC2B (or 0x07DC2B) is known color: Dark Pastel Green. HEX triplet: 07, DC and 2B. RGB value is (7,220,43). Sum of RGB (Red+Green+Blue) = 7+220+43=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 220 (86.33% from 255 or 81.48% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 220 - color contains mainly: green. Hex color #07DC2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DC2B is #F823D4. Grayscale: #888888. Windows color (decimal): -16262101 or 2874375. OLE color: 2874375.
HSL color Cylindrical-coordinate representation of color #07DC2B: hue angle of 130.14º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DC2B is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 220 | 43 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.14 |
| HSL | 130.14º | 0.94% | 0.45% | - |
| HSV(B) | 130.14º | 0.97% | 0.86% | - |
| XYZ | 26.12 | 51.41 | 10.83 | - |
| YUV | 136.14 | 75.43 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 43 | 0.97 | 0 | 0.80 | 0.14 | 130.14 | 0.94 | 0.45 |
| Hex | 7 | DC | 2B | 61 | 0 | 50 | E | 82 | 5E | 2D |
| Octal | 7 | 334 | 53 | 141 | 0 | 120 | 16 | 202 | 136 | 55 |
| Binary | 111 | 11011100 | 101011 | 1100001 | 0 | 1010000 | 1110 | 10000010 | 1011110 | 101101 |
Color Harmonies of #07DC2B
Complementary color
Monochromatic Colors of #07DC2B
Black with #07DC2B
Text Example
Text Example
White with #07DC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DC2B; }
p { color: rgb(7,220,43); }
H1.HeaderClassName
{
color: #07DC2B;
}
.AnyTagClassName
{
color: #07DC2B;
}
</style>
background-color css
<style>
a { background-color: #07DC2B; }
a { background-color: rgb(7,220,43); }
div.DivClassName
{
background-color: #07DC2B;
}
.BgClassName
{
background-color: #07DC2B;
}
</style>
border-color css
<style>
span { border-color: #07DC2B; }
span { border-color: rgb(7,220,43); }
td.TdClassName
{
border-color: #07DC2B;
}
.TagClassName
{
border-color: #07DC2B;
}
</style>