Shades of Islamic Green #1EB40B
Tints of Islamic Green #1EB40B
RGB
CMYK
RGB Variations
Color information
#1EB40B (or 0x1EB40B) is known color: Islamic Green. HEX triplet: 1E, B4 and 0B. RGB value is (30,180,11). Sum of RGB (Red+Green+Blue) = 30+180+11=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 180 (70.70% from 255 or 81.45% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EB40B is #E14BF4. Grayscale: #747474. Windows color (decimal): -14765045 or 767006. OLE color: 767006.
HSL color Cylindrical-coordinate representation of color #1EB40B: hue angle of 113.25º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1EB40B is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 180 | 11 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.29 |
| HSL | 113.25º | 0.88% | 0.37% | - |
| HSV(B) | 113.25º | 0.94% | 0.71% | - |
| XYZ | 16.92 | 32.94 | 5.78 | - |
| YUV | 115.88 | 68.81 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 180 | 11 | 0.83 | 0 | 0.94 | 0.29 | 113.25 | 0.88 | 0.37 |
| Hex | 1E | B4 | B | 53 | 0 | 5E | 1D | 71 | 58 | 25 |
| Octal | 36 | 264 | 13 | 123 | 0 | 136 | 35 | 161 | 130 | 45 |
| Binary | 11110 | 10110100 | 1011 | 1010011 | 0 | 1011110 | 11101 | 1110001 | 1011000 | 100101 |
Color Harmonies of #1EB40B
Complementary color
Monochromatic Colors of #1EB40B
Black with #1EB40B
Text Example
Text Example
White with #1EB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB40B; }
p { color: rgb(30,180,11); }
H1.HeaderClassName
{
color: #1EB40B;
}
.AnyTagClassName
{
color: #1EB40B;
}
</style>
background-color css
<style>
a { background-color: #1EB40B; }
a { background-color: rgb(30,180,11); }
div.DivClassName
{
background-color: #1EB40B;
}
.BgClassName
{
background-color: #1EB40B;
}
</style>
border-color css
<style>
span { border-color: #1EB40B; }
span { border-color: rgb(30,180,11); }
td.TdClassName
{
border-color: #1EB40B;
}
.TagClassName
{
border-color: #1EB40B;
}
</style>