Shades of Dark Pastel Green #18BD2E
Tints of Dark Pastel Green #18BD2E
RGB
CMYK
RGB Variations
Color information
#18BD2E (or 0x18BD2E) is known color: Dark Pastel Green. HEX triplet: 18, BD and 2E. RGB value is (24,189,46). Sum of RGB (Red+Green+Blue) = 24+189+46=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 189 (74.22% from 255 or 72.97% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BD2E is #E742D1. Grayscale: #7B7B7B. Windows color (decimal): -15155922 or 3063064. OLE color: 3063064.
HSL color Cylindrical-coordinate representation of color #18BD2E: hue angle of 128º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BD2E is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 189 | 46 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.26 |
| HSL | 128º | 0.77% | 0.42% | - |
| HSV(B) | 128º | 0.87% | 0.74% | - |
| XYZ | 19.07 | 36.79 | 8.68 | - |
| YUV | 123.36 | 84.34 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 189 | 46 | 0.87 | 0 | 0.76 | 0.26 | 128 | 0.77 | 0.42 |
| Hex | 18 | BD | 2E | 57 | 0 | 4C | 1A | 80 | 4D | 2A |
| Octal | 30 | 275 | 56 | 127 | 0 | 114 | 32 | 200 | 115 | 52 |
| Binary | 11000 | 10111101 | 101110 | 1010111 | 0 | 1001100 | 11010 | 10000000 | 1001101 | 101010 |
Color Harmonies of #18BD2E
Complementary color
Monochromatic Colors of #18BD2E
Black with #18BD2E
Text Example
Text Example
White with #18BD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BD2E; }
p { color: rgb(24,189,46); }
H1.HeaderClassName
{
color: #18BD2E;
}
.AnyTagClassName
{
color: #18BD2E;
}
</style>
background-color css
<style>
a { background-color: #18BD2E; }
a { background-color: rgb(24,189,46); }
div.DivClassName
{
background-color: #18BD2E;
}
.BgClassName
{
background-color: #18BD2E;
}
</style>
border-color css
<style>
span { border-color: #18BD2E; }
span { border-color: rgb(24,189,46); }
td.TdClassName
{
border-color: #18BD2E;
}
.TagClassName
{
border-color: #18BD2E;
}
</style>