Shades of Dark Pastel Green #1EBE3C
Tints of Dark Pastel Green #1EBE3C
RGB
CMYK
RGB Variations
Color information
#1EBE3C (or 0x1EBE3C) is known color: Dark Pastel Green. HEX triplet: 1E, BE and 3C. RGB value is (30,190,60). Sum of RGB (Red+Green+Blue) = 30+190+60=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 190 (74.61% from 255 or 67.86% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 190 - color contains mainly: green. Hex color #1EBE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBE3C is #E141C3. Grayscale: #7F7F7F. Windows color (decimal): -14762436 or 3980830. OLE color: 3980830.
HSL color Cylindrical-coordinate representation of color #1EBE3C: hue angle of 131.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBE3C is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 190 | 60 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.25 |
| HSL | 131.25º | 0.73% | 0.43% | - |
| HSV(B) | 131.25º | 0.84% | 0.75% | - |
| XYZ | 19.76 | 37.43 | 10.46 | - |
| YUV | 127.34 | 89.99 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 60 | 0.84 | 0 | 0.68 | 0.25 | 131.25 | 0.73 | 0.43 |
| Hex | 1E | BE | 3C | 54 | 0 | 44 | 19 | 83 | 49 | 2B |
| Octal | 36 | 276 | 74 | 124 | 0 | 104 | 31 | 203 | 111 | 53 |
| Binary | 11110 | 10111110 | 111100 | 1010100 | 0 | 1000100 | 11001 | 10000011 | 1001001 | 101011 |
Color Harmonies of #1EBE3C
Complementary color
Monochromatic Colors of #1EBE3C
Black with #1EBE3C
Text Example
Text Example
White with #1EBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBE3C; }
p { color: rgb(30,190,60); }
H1.HeaderClassName
{
color: #1EBE3C;
}
.AnyTagClassName
{
color: #1EBE3C;
}
</style>
background-color css
<style>
a { background-color: #1EBE3C; }
a { background-color: rgb(30,190,60); }
div.DivClassName
{
background-color: #1EBE3C;
}
.BgClassName
{
background-color: #1EBE3C;
}
</style>
border-color css
<style>
span { border-color: #1EBE3C; }
span { border-color: rgb(30,190,60); }
td.TdClassName
{
border-color: #1EBE3C;
}
.TagClassName
{
border-color: #1EBE3C;
}
</style>