Shades of Lime Green #38D83D
Tints of Lime Green #38D83D
RGB
CMYK
RGB Variations
Color information
#38D83D (or 0x38D83D) is known color: Lime Green. HEX triplet: 38, D8 and 3D. RGB value is (56,216,61). Sum of RGB (Red+Green+Blue) = 56+216+61=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 216 (84.77% from 255 or 64.86% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 216 - color contains mainly: green. Hex color #38D83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D83D is #C727C2. Grayscale: #969696. Windows color (decimal): -13051843 or 4053048. OLE color: 4053048.
HSL color Cylindrical-coordinate representation of color #38D83D: hue angle of 121.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D83D is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 216 | 61 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.15 |
| HSL | 121.88º | 0.67% | 0.53% | - |
| HSV(B) | 121.88º | 0.74% | 0.85% | - |
| XYZ | 27.03 | 50.29 | 12.7 | - |
| YUV | 150.49 | 77.49 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 216 | 61 | 0.74 | 0 | 0.72 | 0.15 | 121.88 | 0.67 | 0.53 |
| Hex | 38 | D8 | 3D | 4A | 0 | 48 | F | 7A | 43 | 35 |
| Octal | 70 | 330 | 75 | 112 | 0 | 110 | 17 | 172 | 103 | 65 |
| Binary | 111000 | 11011000 | 111101 | 1001010 | 0 | 1001000 | 1111 | 1111010 | 1000011 | 110101 |
Color Harmonies of #38D83D
Complementary color
Monochromatic Colors of #38D83D
Black with #38D83D
Text Example
Text Example
White with #38D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D83D; }
p { color: rgb(56,216,61); }
H1.HeaderClassName
{
color: #38D83D;
}
.AnyTagClassName
{
color: #38D83D;
}
</style>
background-color css
<style>
a { background-color: #38D83D; }
a { background-color: rgb(56,216,61); }
div.DivClassName
{
background-color: #38D83D;
}
.BgClassName
{
background-color: #38D83D;
}
</style>
border-color css
<style>
span { border-color: #38D83D; }
span { border-color: rgb(56,216,61); }
td.TdClassName
{
border-color: #38D83D;
}
.TagClassName
{
border-color: #38D83D;
}
</style>