Shades of Dark Pastel Green #1EBE44
Tints of Dark Pastel Green #1EBE44
RGB
CMYK
RGB Variations
Color information
#1EBE44 (or 0x1EBE44) is known color: Dark Pastel Green. HEX triplet: 1E, BE and 44. RGB value is (30,190,68). Sum of RGB (Red+Green+Blue) = 30+190+68=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 190 (74.61% from 255 or 65.97% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 190 - color contains mainly: green. Hex color #1EBE44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBE44 is #E141BB. Grayscale: #808080. Windows color (decimal): -14762428 or 4505118. OLE color: 4505118.
HSL color Cylindrical-coordinate representation of color #1EBE44: hue angle of 134.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 #1EBE44 is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 190 | 68 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.25 |
| HSL | 134.25º | 0.73% | 0.43% | - |
| HSV(B) | 134.25º | 0.84% | 0.75% | - |
| XYZ | 19.99 | 37.52 | 11.66 | - |
| YUV | 128.25 | 93.99 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 68 | 0.84 | 0 | 0.64 | 0.25 | 134.25 | 0.73 | 0.43 |
| Hex | 1E | BE | 44 | 54 | 0 | 40 | 19 | 86 | 49 | 2B |
| Octal | 36 | 276 | 104 | 124 | 0 | 100 | 31 | 206 | 111 | 53 |
| Binary | 11110 | 10111110 | 1000100 | 1010100 | 0 | 1000000 | 11001 | 10000110 | 1001001 | 101011 |
Color Harmonies of #1EBE44
Complementary color
Monochromatic Colors of #1EBE44
Black with #1EBE44
Text Example
Text Example
White with #1EBE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBE44; }
p { color: rgb(30,190,68); }
H1.HeaderClassName
{
color: #1EBE44;
}
.AnyTagClassName
{
color: #1EBE44;
}
</style>
background-color css
<style>
a { background-color: #1EBE44; }
a { background-color: rgb(30,190,68); }
div.DivClassName
{
background-color: #1EBE44;
}
.BgClassName
{
background-color: #1EBE44;
}
</style>
border-color css
<style>
span { border-color: #1EBE44; }
span { border-color: rgb(30,190,68); }
td.TdClassName
{
border-color: #1EBE44;
}
.TagClassName
{
border-color: #1EBE44;
}
</style>