Shades of Dark Pastel Green #18BE34
Tints of Dark Pastel Green #18BE34
RGB
CMYK
RGB Variations
Color information
#18BE34 (or 0x18BE34) is known color: Dark Pastel Green. HEX triplet: 18, BE and 34. RGB value is (24,190,52). Sum of RGB (Red+Green+Blue) = 24+190+52=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 190 (74.61% from 255 or 71.43% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 190 - color contains mainly: green. Hex color #18BE34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BE34 is #E741CB. Grayscale: #7D7D7D. Windows color (decimal): -15155660 or 3456536. OLE color: 3456536.
HSL color Cylindrical-coordinate representation of color #18BE34: hue angle of 130.12º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BE34 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 190 | 52 | - |
| CMYK | 0.87 | 0 | 0.73 | 0.25 |
| HSL | 130.12º | 0.78% | 0.42% | - |
| HSV(B) | 130.12º | 0.87% | 0.75% | - |
| XYZ | 19.41 | 37.27 | 9.42 | - |
| YUV | 124.63 | 87 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 52 | 0.87 | 0 | 0.73 | 0.25 | 130.12 | 0.78 | 0.42 |
| Hex | 18 | BE | 34 | 57 | 0 | 49 | 19 | 82 | 4E | 2A |
| Octal | 30 | 276 | 64 | 127 | 0 | 111 | 31 | 202 | 116 | 52 |
| Binary | 11000 | 10111110 | 110100 | 1010111 | 0 | 1001001 | 11001 | 10000010 | 1001110 | 101010 |
Color Harmonies of #18BE34
Complementary color
Monochromatic Colors of #18BE34
Black with #18BE34
Text Example
Text Example
White with #18BE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BE34; }
p { color: rgb(24,190,52); }
H1.HeaderClassName
{
color: #18BE34;
}
.AnyTagClassName
{
color: #18BE34;
}
</style>
background-color css
<style>
a { background-color: #18BE34; }
a { background-color: rgb(24,190,52); }
div.DivClassName
{
background-color: #18BE34;
}
.BgClassName
{
background-color: #18BE34;
}
</style>
border-color css
<style>
span { border-color: #18BE34; }
span { border-color: rgb(24,190,52); }
td.TdClassName
{
border-color: #18BE34;
}
.TagClassName
{
border-color: #18BE34;
}
</style>