Shades of Lime Green #38DA37
Tints of Lime Green #38DA37
RGB
CMYK
RGB Variations
Color information
#38DA37 (or 0x38DA37) is known color: Lime Green. HEX triplet: 38, DA and 37. RGB value is (56,218,55). Sum of RGB (Red+Green+Blue) = 56+218+55=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 218 (85.55% from 255 or 66.26% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DA37 is #C725C8. Grayscale: #979797. Windows color (decimal): -13051337 or 3660344. OLE color: 3660344.
HSL color Cylindrical-coordinate representation of color #38DA37: hue angle of 119.63º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DA37 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 218 | 55 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.15 |
| HSL | 119.63º | 0.69% | 0.54% | - |
| HSV(B) | 119.63º | 0.75% | 0.85% | - |
| XYZ | 27.39 | 51.26 | 12.06 | - |
| YUV | 150.98 | 73.83 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 218 | 55 | 0.74 | 0 | 0.75 | 0.15 | 119.63 | 0.69 | 0.54 |
| Hex | 38 | DA | 37 | 4A | 0 | 4B | F | 78 | 45 | 36 |
| Octal | 70 | 332 | 67 | 112 | 0 | 113 | 17 | 170 | 105 | 66 |
| Binary | 111000 | 11011010 | 110111 | 1001010 | 0 | 1001011 | 1111 | 1111000 | 1000101 | 110110 |
Color Harmonies of #38DA37
Complementary color
Monochromatic Colors of #38DA37
Black with #38DA37
Text Example
Text Example
White with #38DA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DA37; }
p { color: rgb(56,218,55); }
H1.HeaderClassName
{
color: #38DA37;
}
.AnyTagClassName
{
color: #38DA37;
}
</style>
background-color css
<style>
a { background-color: #38DA37; }
a { background-color: rgb(56,218,55); }
div.DivClassName
{
background-color: #38DA37;
}
.BgClassName
{
background-color: #38DA37;
}
</style>
border-color css
<style>
span { border-color: #38DA37; }
span { border-color: rgb(56,218,55); }
td.TdClassName
{
border-color: #38DA37;
}
.TagClassName
{
border-color: #38DA37;
}
</style>