Shades of Lime Green #38D64D
Tints of Lime Green #38D64D
RGB
CMYK
RGB Variations
Color information
#38D64D (or 0x38D64D) is known color: Lime Green. HEX triplet: 38, D6 and 4D. RGB value is (56,214,77). Sum of RGB (Red+Green+Blue) = 56+214+77=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 214 (83.98% from 255 or 61.67% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 214 - color contains mainly: green. Hex color #38D64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D64D is #C729B2. Grayscale: #979797. Windows color (decimal): -13052339 or 5101112. OLE color: 5101112.
HSL color Cylindrical-coordinate representation of color #38D64D: hue angle of 127.97º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D64D is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 77 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.16 |
| HSL | 127.97º | 0.66% | 0.53% | - |
| HSV(B) | 127.97º | 0.74% | 0.84% | - |
| XYZ | 27.02 | 49.47 | 15.15 | - |
| YUV | 151.14 | 86.15 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 77 | 0.74 | 0 | 0.64 | 0.16 | 127.97 | 0.66 | 0.53 |
| Hex | 38 | D6 | 4D | 4A | 0 | 40 | 10 | 80 | 42 | 35 |
| Octal | 70 | 326 | 115 | 112 | 0 | 100 | 20 | 200 | 102 | 65 |
| Binary | 111000 | 11010110 | 1001101 | 1001010 | 0 | 1000000 | 10000 | 10000000 | 1000010 | 110101 |
Color Harmonies of #38D64D
Complementary color
Monochromatic Colors of #38D64D
Black with #38D64D
Text Example
Text Example
White with #38D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D64D; }
p { color: rgb(56,214,77); }
H1.HeaderClassName
{
color: #38D64D;
}
.AnyTagClassName
{
color: #38D64D;
}
</style>
background-color css
<style>
a { background-color: #38D64D; }
a { background-color: rgb(56,214,77); }
div.DivClassName
{
background-color: #38D64D;
}
.BgClassName
{
background-color: #38D64D;
}
</style>
border-color css
<style>
span { border-color: #38D64D; }
span { border-color: rgb(56,214,77); }
td.TdClassName
{
border-color: #38D64D;
}
.TagClassName
{
border-color: #38D64D;
}
</style>