Shades of Lime Green #38DA4D
Tints of Lime Green #38DA4D
RGB
CMYK
RGB Variations
Color information
#38DA4D (or 0x38DA4D) is known color: Lime Green. HEX triplet: 38, DA and 4D. RGB value is (56,218,77). Sum of RGB (Red+Green+Blue) = 56+218+77=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 218 (85.55% from 255 or 62.11% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DA4D is #C725B2. Grayscale: #999999. Windows color (decimal): -13051315 or 5102136. OLE color: 5102136.
HSL color Cylindrical-coordinate representation of color #38DA4D: hue angle of 127.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DA4D is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 218 | 77 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.15 |
| HSL | 127.78º | 0.69% | 0.54% | - |
| HSV(B) | 127.78º | 0.74% | 0.85% | - |
| XYZ | 28.04 | 51.52 | 15.49 | - |
| YUV | 153.49 | 84.83 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 218 | 77 | 0.74 | 0 | 0.65 | 0.15 | 127.78 | 0.69 | 0.54 |
| Hex | 38 | DA | 4D | 4A | 0 | 41 | F | 80 | 45 | 36 |
| Octal | 70 | 332 | 115 | 112 | 0 | 101 | 17 | 200 | 105 | 66 |
| Binary | 111000 | 11011010 | 1001101 | 1001010 | 0 | 1000001 | 1111 | 10000000 | 1000101 | 110110 |
Color Harmonies of #38DA4D
Complementary color
Monochromatic Colors of #38DA4D
Black with #38DA4D
Text Example
Text Example
White with #38DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DA4D; }
p { color: rgb(56,218,77); }
H1.HeaderClassName
{
color: #38DA4D;
}
.AnyTagClassName
{
color: #38DA4D;
}
</style>
background-color css
<style>
a { background-color: #38DA4D; }
a { background-color: rgb(56,218,77); }
div.DivClassName
{
background-color: #38DA4D;
}
.BgClassName
{
background-color: #38DA4D;
}
</style>
border-color css
<style>
span { border-color: #38DA4D; }
span { border-color: rgb(56,218,77); }
td.TdClassName
{
border-color: #38DA4D;
}
.TagClassName
{
border-color: #38DA4D;
}
</style>