Shades of Dark Pastel Green #07E030
Tints of Dark Pastel Green #07E030
RGB
CMYK
RGB Variations
Color information
#07E030 (or 0x07E030) is known color: Dark Pastel Green. HEX triplet: 07, E0 and 30. RGB value is (7,224,48). Sum of RGB (Red+Green+Blue) = 7+224+48=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 224 (87.89% from 255 or 80.29% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 224 - color contains mainly: green. Hex color #07E030 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07E030 is #F81FCF. Grayscale: #8B8B8B. Windows color (decimal): -16261072 or 3203079. OLE color: 3203079.
HSL color Cylindrical-coordinate representation of color #07E030: hue angle of 131.34º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E030 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 224 | 48 | - |
| CMYK | 0.97 | 0 | 0.79 | 0.12 |
| HSL | 131.34º | 0.94% | 0.45% | - |
| HSV(B) | 131.34º | 0.97% | 0.88% | - |
| XYZ | 27.28 | 53.57 | 11.7 | - |
| YUV | 139.05 | 76.61 | 33.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 224 | 48 | 0.97 | 0 | 0.79 | 0.12 | 131.34 | 0.94 | 0.45 |
| Hex | 7 | E0 | 30 | 61 | 0 | 4F | C | 83 | 5E | 2D |
| Octal | 7 | 340 | 60 | 141 | 0 | 117 | 14 | 203 | 136 | 55 |
| Binary | 111 | 11100000 | 110000 | 1100001 | 0 | 1001111 | 1100 | 10000011 | 1011110 | 101101 |
Color Harmonies of #07E030
Complementary color
Monochromatic Colors of #07E030
Black with #07E030
Text Example
Text Example
White with #07E030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E030; }
p { color: rgb(7,224,48); }
H1.HeaderClassName
{
color: #07E030;
}
.AnyTagClassName
{
color: #07E030;
}
</style>
background-color css
<style>
a { background-color: #07E030; }
a { background-color: rgb(7,224,48); }
div.DivClassName
{
background-color: #07E030;
}
.BgClassName
{
background-color: #07E030;
}
</style>
border-color css
<style>
span { border-color: #07E030; }
span { border-color: rgb(7,224,48); }
td.TdClassName
{
border-color: #07E030;
}
.TagClassName
{
border-color: #07E030;
}
</style>