Shades of Lime Green #38DD2E
Tints of Lime Green #38DD2E
RGB
CMYK
RGB Variations
Color information
#38DD2E (or 0x38DD2E) is known color: Lime Green. HEX triplet: 38, DD and 2E. RGB value is (56,221,46). Sum of RGB (Red+Green+Blue) = 56+221+46=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DD2E is #C722D1. Grayscale: #989898. Windows color (decimal): -13050578 or 3071288. OLE color: 3071288.
HSL color Cylindrical-coordinate representation of color #38DD2E: hue angle of 116.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38DD2E is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 221 | 46 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.13 |
| HSL | 116.57º | 0.72% | 0.52% | - |
| HSV(B) | 116.57º | 0.79% | 0.87% | - |
| XYZ | 27.98 | 52.75 | 11.29 | - |
| YUV | 151.72 | 68.34 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 221 | 46 | 0.75 | 0 | 0.79 | 0.13 | 116.57 | 0.72 | 0.52 |
| Hex | 38 | DD | 2E | 4B | 0 | 4F | D | 75 | 48 | 34 |
| Octal | 70 | 335 | 56 | 113 | 0 | 117 | 15 | 165 | 110 | 64 |
| Binary | 111000 | 11011101 | 101110 | 1001011 | 0 | 1001111 | 1101 | 1110101 | 1001000 | 110100 |
Color Harmonies of #38DD2E
Complementary color
Monochromatic Colors of #38DD2E
Black with #38DD2E
Text Example
Text Example
White with #38DD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DD2E; }
p { color: rgb(56,221,46); }
H1.HeaderClassName
{
color: #38DD2E;
}
.AnyTagClassName
{
color: #38DD2E;
}
</style>
background-color css
<style>
a { background-color: #38DD2E; }
a { background-color: rgb(56,221,46); }
div.DivClassName
{
background-color: #38DD2E;
}
.BgClassName
{
background-color: #38DD2E;
}
</style>
border-color css
<style>
span { border-color: #38DD2E; }
span { border-color: rgb(56,221,46); }
td.TdClassName
{
border-color: #38DD2E;
}
.TagClassName
{
border-color: #38DD2E;
}
</style>