Shades of Lime Green #38DD4D
Tints of Lime Green #38DD4D
RGB
CMYK
RGB Variations
Color information
#38DD4D (or 0x38DD4D) is known color: Lime Green. HEX triplet: 38, DD and 4D. RGB value is (56,221,77). Sum of RGB (Red+Green+Blue) = 56+221+77=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DD4D is #C722B2. Grayscale: #9B9B9B. Windows color (decimal): -13050547 or 5102904. OLE color: 5102904.
HSL color Cylindrical-coordinate representation of color #38DD4D: hue angle of 127.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DD4D is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 221 | 77 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.13 |
| HSL | 127.64º | 0.71% | 0.54% | - |
| HSV(B) | 127.64º | 0.75% | 0.87% | - |
| XYZ | 28.83 | 53.09 | 15.75 | - |
| YUV | 155.25 | 83.84 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 221 | 77 | 0.75 | 0 | 0.65 | 0.13 | 127.64 | 0.71 | 0.54 |
| Hex | 38 | DD | 4D | 4B | 0 | 41 | D | 80 | 47 | 36 |
| Octal | 70 | 335 | 115 | 113 | 0 | 101 | 15 | 200 | 107 | 66 |
| Binary | 111000 | 11011101 | 1001101 | 1001011 | 0 | 1000001 | 1101 | 10000000 | 1000111 | 110110 |
Color Harmonies of #38DD4D
Complementary color
Monochromatic Colors of #38DD4D
Black with #38DD4D
Text Example
Text Example
White with #38DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DD4D; }
p { color: rgb(56,221,77); }
H1.HeaderClassName
{
color: #38DD4D;
}
.AnyTagClassName
{
color: #38DD4D;
}
</style>
background-color css
<style>
a { background-color: #38DD4D; }
a { background-color: rgb(56,221,77); }
div.DivClassName
{
background-color: #38DD4D;
}
.BgClassName
{
background-color: #38DD4D;
}
</style>
border-color css
<style>
span { border-color: #38DD4D; }
span { border-color: rgb(56,221,77); }
td.TdClassName
{
border-color: #38DD4D;
}
.TagClassName
{
border-color: #38DD4D;
}
</style>