Shades of Lime Green #38DE2D
Tints of Lime Green #38DE2D
RGB
CMYK
RGB Variations
Color information
#38DE2D (or 0x38DE2D) is known color: Lime Green. HEX triplet: 38, DE and 2D. RGB value is (56,222,45). Sum of RGB (Red+Green+Blue) = 56+222+45=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 222 (87.11% from 255 or 68.73% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 222 - color contains mainly: green. Hex color #38DE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DE2D is #C721D2. Grayscale: #989898. Windows color (decimal): -13050323 or 3006008. OLE color: 3006008.
HSL color Cylindrical-coordinate representation of color #38DE2D: hue angle of 116.27º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38DE2D is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 222 | 45 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.13 |
| HSL | 116.27º | 0.73% | 0.52% | - |
| HSV(B) | 116.27º | 0.8% | 0.87% | - |
| XYZ | 28.23 | 53.27 | 11.28 | - |
| YUV | 152.19 | 67.5 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 222 | 45 | 0.75 | 0 | 0.80 | 0.13 | 116.27 | 0.73 | 0.52 |
| Hex | 38 | DE | 2D | 4B | 0 | 50 | D | 74 | 49 | 34 |
| Octal | 70 | 336 | 55 | 113 | 0 | 120 | 15 | 164 | 111 | 64 |
| Binary | 111000 | 11011110 | 101101 | 1001011 | 0 | 1010000 | 1101 | 1110100 | 1001001 | 110100 |
Color Harmonies of #38DE2D
Complementary color
Monochromatic Colors of #38DE2D
Black with #38DE2D
Text Example
Text Example
White with #38DE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DE2D; }
p { color: rgb(56,222,45); }
H1.HeaderClassName
{
color: #38DE2D;
}
.AnyTagClassName
{
color: #38DE2D;
}
</style>
background-color css
<style>
a { background-color: #38DE2D; }
a { background-color: rgb(56,222,45); }
div.DivClassName
{
background-color: #38DE2D;
}
.BgClassName
{
background-color: #38DE2D;
}
</style>
border-color css
<style>
span { border-color: #38DE2D; }
span { border-color: rgb(56,222,45); }
td.TdClassName
{
border-color: #38DE2D;
}
.TagClassName
{
border-color: #38DE2D;
}
</style>