Shades of Dark Pastel Green #07BE1E
Tints of Dark Pastel Green #07BE1E
RGB
CMYK
RGB Variations
Color information
#07BE1E (or 0x07BE1E) is known color: Dark Pastel Green. HEX triplet: 07, BE and 1E. RGB value is (7,190,30). Sum of RGB (Red+Green+Blue) = 7+190+30=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 190 (74.61% from 255 or 83.70% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BE1E is #F841E1. Grayscale: #757575. Windows color (decimal): -16269794 or 2014727. OLE color: 2014727.
HSL color Cylindrical-coordinate representation of color #07BE1E: hue angle of 127.54º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BE1E is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 190 | 30 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.25 |
| HSL | 127.54º | 0.93% | 0.39% | - |
| HSV(B) | 127.54º | 0.96% | 0.75% | - |
| XYZ | 18.74 | 36.97 | 7.38 | - |
| YUV | 117.04 | 78.87 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 30 | 0.96 | 0 | 0.84 | 0.25 | 127.54 | 0.93 | 0.39 |
| Hex | 7 | BE | 1E | 60 | 0 | 54 | 19 | 80 | 5D | 27 |
| Octal | 7 | 276 | 36 | 140 | 0 | 124 | 31 | 200 | 135 | 47 |
| Binary | 111 | 10111110 | 11110 | 1100000 | 0 | 1010100 | 11001 | 10000000 | 1011101 | 100111 |
Color Harmonies of #07BE1E
Complementary color
Monochromatic Colors of #07BE1E
Black with #07BE1E
Text Example
Text Example
White with #07BE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BE1E; }
p { color: rgb(7,190,30); }
H1.HeaderClassName
{
color: #07BE1E;
}
.AnyTagClassName
{
color: #07BE1E;
}
</style>
background-color css
<style>
a { background-color: #07BE1E; }
a { background-color: rgb(7,190,30); }
div.DivClassName
{
background-color: #07BE1E;
}
.BgClassName
{
background-color: #07BE1E;
}
</style>
border-color css
<style>
span { border-color: #07BE1E; }
span { border-color: rgb(7,190,30); }
td.TdClassName
{
border-color: #07BE1E;
}
.TagClassName
{
border-color: #07BE1E;
}
</style>