Shades of Dark Pastel Green #1EBC39
Tints of Dark Pastel Green #1EBC39
RGB
CMYK
RGB Variations
Color information
#1EBC39 (or 0x1EBC39) is known color: Dark Pastel Green. HEX triplet: 1E, BC and 39. RGB value is (30,188,57). Sum of RGB (Red+Green+Blue) = 30+188+57=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 188 (73.83% from 255 or 68.36% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBC39 is #E143C6. Grayscale: #7E7E7E. Windows color (decimal): -14762951 or 3783710. OLE color: 3783710.
HSL color Cylindrical-coordinate representation of color #1EBC39: hue angle of 130.25º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBC39 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 188 | 57 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.26 |
| HSL | 130.25º | 0.72% | 0.43% | - |
| HSV(B) | 130.25º | 0.84% | 0.74% | - |
| XYZ | 19.26 | 36.54 | 9.91 | - |
| YUV | 125.82 | 89.15 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 188 | 57 | 0.84 | 0 | 0.70 | 0.26 | 130.25 | 0.72 | 0.43 |
| Hex | 1E | BC | 39 | 54 | 0 | 46 | 1A | 82 | 48 | 2B |
| Octal | 36 | 274 | 71 | 124 | 0 | 106 | 32 | 202 | 110 | 53 |
| Binary | 11110 | 10111100 | 111001 | 1010100 | 0 | 1000110 | 11010 | 10000010 | 1001000 | 101011 |
Color Harmonies of #1EBC39
Complementary color
Monochromatic Colors of #1EBC39
Black with #1EBC39
Text Example
Text Example
White with #1EBC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBC39; }
p { color: rgb(30,188,57); }
H1.HeaderClassName
{
color: #1EBC39;
}
.AnyTagClassName
{
color: #1EBC39;
}
</style>
background-color css
<style>
a { background-color: #1EBC39; }
a { background-color: rgb(30,188,57); }
div.DivClassName
{
background-color: #1EBC39;
}
.BgClassName
{
background-color: #1EBC39;
}
</style>
border-color css
<style>
span { border-color: #1EBC39; }
span { border-color: rgb(30,188,57); }
td.TdClassName
{
border-color: #1EBC39;
}
.TagClassName
{
border-color: #1EBC39;
}
</style>