Shades of Lime Green #38DC4D
Tints of Lime Green #38DC4D
RGB
CMYK
RGB Variations
Color information
#38DC4D (or 0x38DC4D) is known color: Lime Green. HEX triplet: 38, DC and 4D. RGB value is (56,220,77). Sum of RGB (Red+Green+Blue) = 56+220+77=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 220 (86.33% from 255 or 62.32% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DC4D is #C723B2. Grayscale: #9B9B9B. Windows color (decimal): -13050803 or 5102648. OLE color: 5102648.
HSL color Cylindrical-coordinate representation of color #38DC4D: hue angle of 127.68º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DC4D is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 77 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.14 |
| HSL | 127.68º | 0.7% | 0.54% | - |
| HSV(B) | 127.68º | 0.75% | 0.86% | - |
| XYZ | 28.56 | 52.56 | 15.66 | - |
| YUV | 154.66 | 84.17 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 77 | 0.75 | 0 | 0.65 | 0.14 | 127.68 | 0.7 | 0.54 |
| Hex | 38 | DC | 4D | 4B | 0 | 41 | E | 80 | 46 | 36 |
| Octal | 70 | 334 | 115 | 113 | 0 | 101 | 16 | 200 | 106 | 66 |
| Binary | 111000 | 11011100 | 1001101 | 1001011 | 0 | 1000001 | 1110 | 10000000 | 1000110 | 110110 |
Color Harmonies of #38DC4D
Complementary color
Monochromatic Colors of #38DC4D
Black with #38DC4D
Text Example
Text Example
White with #38DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DC4D; }
p { color: rgb(56,220,77); }
H1.HeaderClassName
{
color: #38DC4D;
}
.AnyTagClassName
{
color: #38DC4D;
}
</style>
background-color css
<style>
a { background-color: #38DC4D; }
a { background-color: rgb(56,220,77); }
div.DivClassName
{
background-color: #38DC4D;
}
.BgClassName
{
background-color: #38DC4D;
}
</style>
border-color css
<style>
span { border-color: #38DC4D; }
span { border-color: rgb(56,220,77); }
td.TdClassName
{
border-color: #38DC4D;
}
.TagClassName
{
border-color: #38DC4D;
}
</style>