Shades of Dark Pastel Green #07CE1E
Tints of Dark Pastel Green #07CE1E
RGB
CMYK
RGB Variations
Color information
#07CE1E (or 0x07CE1E) is known color: Dark Pastel Green. HEX triplet: 07, CE and 1E. RGB value is (7,206,30). Sum of RGB (Red+Green+Blue) = 7+206+30=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 206 (80.86% from 255 or 84.77% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 206 - color contains mainly: green. Hex color #07CE1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CE1E is #F831E1. Grayscale: #7E7E7E. Windows color (decimal): -16265698 or 2018823. OLE color: 2018823.
HSL color Cylindrical-coordinate representation of color #07CE1E: hue angle of 126.93º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CE1E is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 206 | 30 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.19 |
| HSL | 126.93º | 0.93% | 0.42% | - |
| HSV(B) | 126.93º | 0.97% | 0.81% | - |
| XYZ | 22.39 | 44.28 | 8.6 | - |
| YUV | 126.44 | 73.57 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 30 | 0.97 | 0 | 0.85 | 0.19 | 126.93 | 0.93 | 0.42 |
| Hex | 7 | CE | 1E | 61 | 0 | 55 | 13 | 7F | 5D | 2A |
| Octal | 7 | 316 | 36 | 141 | 0 | 125 | 23 | 177 | 135 | 52 |
| Binary | 111 | 11001110 | 11110 | 1100001 | 0 | 1010101 | 10011 | 1111111 | 1011101 | 101010 |
Color Harmonies of #07CE1E
Complementary color
Monochromatic Colors of #07CE1E
Black with #07CE1E
Text Example
Text Example
White with #07CE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CE1E; }
p { color: rgb(7,206,30); }
H1.HeaderClassName
{
color: #07CE1E;
}
.AnyTagClassName
{
color: #07CE1E;
}
</style>
background-color css
<style>
a { background-color: #07CE1E; }
a { background-color: rgb(7,206,30); }
div.DivClassName
{
background-color: #07CE1E;
}
.BgClassName
{
background-color: #07CE1E;
}
</style>
border-color css
<style>
span { border-color: #07CE1E; }
span { border-color: rgb(7,206,30); }
td.TdClassName
{
border-color: #07CE1E;
}
.TagClassName
{
border-color: #07CE1E;
}
</style>