Shades of Lime Green #38DF4D
Tints of Lime Green #38DF4D
RGB
CMYK
RGB Variations
Color information
#38DF4D (or 0x38DF4D) is known color: Lime Green. HEX triplet: 38, DF and 4D. RGB value is (56,223,77). Sum of RGB (Red+Green+Blue) = 56+223+77=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 223 (87.5% from 255 or 62.64% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DF4D is #C720B2. Grayscale: #9C9C9C. Windows color (decimal): -13050035 or 5103416. OLE color: 5103416.
HSL color Cylindrical-coordinate representation of color #38DF4D: hue angle of 127.54º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DF4D is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 223 | 77 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.13 |
| HSL | 127.54º | 0.72% | 0.55% | - |
| HSV(B) | 127.54º | 0.75% | 0.87% | - |
| XYZ | 29.36 | 54.15 | 15.93 | - |
| YUV | 156.42 | 83.17 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 77 | 0.75 | 0 | 0.65 | 0.13 | 127.54 | 0.72 | 0.55 |
| Hex | 38 | DF | 4D | 4B | 0 | 41 | D | 80 | 48 | 37 |
| Octal | 70 | 337 | 115 | 113 | 0 | 101 | 15 | 200 | 110 | 67 |
| Binary | 111000 | 11011111 | 1001101 | 1001011 | 0 | 1000001 | 1101 | 10000000 | 1001000 | 110111 |
Color Harmonies of #38DF4D
Complementary color
Monochromatic Colors of #38DF4D
Black with #38DF4D
Text Example
Text Example
White with #38DF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DF4D; }
p { color: rgb(56,223,77); }
H1.HeaderClassName
{
color: #38DF4D;
}
.AnyTagClassName
{
color: #38DF4D;
}
</style>
background-color css
<style>
a { background-color: #38DF4D; }
a { background-color: rgb(56,223,77); }
div.DivClassName
{
background-color: #38DF4D;
}
.BgClassName
{
background-color: #38DF4D;
}
</style>
border-color css
<style>
span { border-color: #38DF4D; }
span { border-color: rgb(56,223,77); }
td.TdClassName
{
border-color: #38DF4D;
}
.TagClassName
{
border-color: #38DF4D;
}
</style>