Shades of Lime Green #38DC3E
Tints of Lime Green #38DC3E
RGB
CMYK
RGB Variations
Color information
#38DC3E (or 0x38DC3E) is known color: Lime Green. HEX triplet: 38, DC and 3E. RGB value is (56,220,62). Sum of RGB (Red+Green+Blue) = 56+220+62=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DC3E is #C723C1. Grayscale: #999999. Windows color (decimal): -13050818 or 4119608. OLE color: 4119608.
HSL color Cylindrical-coordinate representation of color #38DC3E: hue angle of 122.2º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DC3E is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 62 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.14 |
| HSL | 122.2º | 0.7% | 0.54% | - |
| HSV(B) | 122.2º | 0.75% | 0.86% | - |
| XYZ | 28.09 | 52.37 | 13.19 | - |
| YUV | 152.95 | 76.67 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 62 | 0.75 | 0 | 0.72 | 0.14 | 122.2 | 0.7 | 0.54 |
| Hex | 38 | DC | 3E | 4B | 0 | 48 | E | 7A | 46 | 36 |
| Octal | 70 | 334 | 76 | 113 | 0 | 110 | 16 | 172 | 106 | 66 |
| Binary | 111000 | 11011100 | 111110 | 1001011 | 0 | 1001000 | 1110 | 1111010 | 1000110 | 110110 |
Color Harmonies of #38DC3E
Complementary color
Monochromatic Colors of #38DC3E
Black with #38DC3E
Text Example
Text Example
White with #38DC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DC3E; }
p { color: rgb(56,220,62); }
H1.HeaderClassName
{
color: #38DC3E;
}
.AnyTagClassName
{
color: #38DC3E;
}
</style>
background-color css
<style>
a { background-color: #38DC3E; }
a { background-color: rgb(56,220,62); }
div.DivClassName
{
background-color: #38DC3E;
}
.BgClassName
{
background-color: #38DC3E;
}
</style>
border-color css
<style>
span { border-color: #38DC3E; }
span { border-color: rgb(56,220,62); }
td.TdClassName
{
border-color: #38DC3E;
}
.TagClassName
{
border-color: #38DC3E;
}
</style>