Shades of Dark Pastel Green #1EC24B
Tints of Dark Pastel Green #1EC24B
RGB
CMYK
RGB Variations
Color information
#1EC24B (or 0x1EC24B) is known color: Dark Pastel Green. HEX triplet: 1E, C2 and 4B. RGB value is (30,194,75). Sum of RGB (Red+Green+Blue) = 30+194+75=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 194 (76.17% from 255 or 64.88% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC24B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC24B is #E13DB4. Grayscale: #838383. Windows color (decimal): -14761397 or 4964894. OLE color: 4964894.
HSL color Cylindrical-coordinate representation of color #1EC24B: hue angle of 136.46º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC24B is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 194 | 75 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.24 |
| HSL | 136.46º | 0.73% | 0.44% | - |
| HSV(B) | 136.46º | 0.85% | 0.76% | - |
| XYZ | 21.1 | 39.37 | 13.14 | - |
| YUV | 131.4 | 96.17 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 194 | 75 | 0.85 | 0 | 0.61 | 0.24 | 136.46 | 0.73 | 0.44 |
| Hex | 1E | C2 | 4B | 55 | 0 | 3D | 18 | 88 | 49 | 2C |
| Octal | 36 | 302 | 113 | 125 | 0 | 75 | 30 | 210 | 111 | 54 |
| Binary | 11110 | 11000010 | 1001011 | 1010101 | 0 | 111101 | 11000 | 10001000 | 1001001 | 101100 |
Color Harmonies of #1EC24B
Complementary color
Monochromatic Colors of #1EC24B
Black with #1EC24B
Text Example
Text Example
White with #1EC24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC24B; }
p { color: rgb(30,194,75); }
H1.HeaderClassName
{
color: #1EC24B;
}
.AnyTagClassName
{
color: #1EC24B;
}
</style>
background-color css
<style>
a { background-color: #1EC24B; }
a { background-color: rgb(30,194,75); }
div.DivClassName
{
background-color: #1EC24B;
}
.BgClassName
{
background-color: #1EC24B;
}
</style>
border-color css
<style>
span { border-color: #1EC24B; }
span { border-color: rgb(30,194,75); }
td.TdClassName
{
border-color: #1EC24B;
}
.TagClassName
{
border-color: #1EC24B;
}
</style>