Shades of Lime Green #38D73D
Tints of Lime Green #38D73D
RGB
CMYK
RGB Variations
Color information
#38D73D (or 0x38D73D) is known color: Lime Green. HEX triplet: 38, D7 and 3D. RGB value is (56,215,61). Sum of RGB (Red+Green+Blue) = 56+215+61=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 215 (84.38% from 255 or 64.76% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 215 - color contains mainly: green. Hex color #38D73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D73D is #C728C2. Grayscale: #969696. Windows color (decimal): -13052099 or 4052792. OLE color: 4052792.
HSL color Cylindrical-coordinate representation of color #38D73D: hue angle of 121.89º degrees, saturation: 0.67, 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 #38D73D is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 215 | 61 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.16 |
| HSL | 121.89º | 0.67% | 0.53% | - |
| HSV(B) | 121.89º | 0.74% | 0.84% | - |
| XYZ | 26.77 | 49.78 | 12.61 | - |
| YUV | 149.9 | 77.82 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 215 | 61 | 0.74 | 0 | 0.72 | 0.16 | 121.89 | 0.67 | 0.53 |
| Hex | 38 | D7 | 3D | 4A | 0 | 48 | 10 | 7A | 43 | 35 |
| Octal | 70 | 327 | 75 | 112 | 0 | 110 | 20 | 172 | 103 | 65 |
| Binary | 111000 | 11010111 | 111101 | 1001010 | 0 | 1001000 | 10000 | 1111010 | 1000011 | 110101 |
Color Harmonies of #38D73D
Complementary color
Monochromatic Colors of #38D73D
Black with #38D73D
Text Example
Text Example
White with #38D73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D73D; }
p { color: rgb(56,215,61); }
H1.HeaderClassName
{
color: #38D73D;
}
.AnyTagClassName
{
color: #38D73D;
}
</style>
background-color css
<style>
a { background-color: #38D73D; }
a { background-color: rgb(56,215,61); }
div.DivClassName
{
background-color: #38D73D;
}
.BgClassName
{
background-color: #38D73D;
}
</style>
border-color css
<style>
span { border-color: #38D73D; }
span { border-color: rgb(56,215,61); }
td.TdClassName
{
border-color: #38D73D;
}
.TagClassName
{
border-color: #38D73D;
}
</style>