Shades of Lime Green #38E03D
Tints of Lime Green #38E03D
RGB
CMYK
RGB Variations
Color information
#38E03D (or 0x38E03D) is known color: Lime Green. HEX triplet: 38, E0 and 3D. RGB value is (56,224,61). Sum of RGB (Red+Green+Blue) = 56+224+61=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 224 (87.89% from 255 or 65.69% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 224 - color contains mainly: green. Hex color #38E03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E03D is #C71FC2. Grayscale: #9B9B9B. Windows color (decimal): -13049795 or 4055096. OLE color: 4055096.
HSL color Cylindrical-coordinate representation of color #38E03D: hue angle of 121.79º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E03D is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 56 | 224 | 61 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.12 |
| HSL | 121.79º | 0.73% | 0.55% | - |
| HSV(B) | 121.79º | 0.75% | 0.88% | - |
| XYZ | 29.13 | 54.49 | 13.4 | - |
| YUV | 155.19 | 74.84 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 224 | 61 | 0.75 | 0 | 0.73 | 0.12 | 121.79 | 0.73 | 0.55 |
| Hex | 38 | E0 | 3D | 4B | 0 | 49 | C | 7A | 49 | 37 |
| Octal | 70 | 340 | 75 | 113 | 0 | 111 | 14 | 172 | 111 | 67 |
| Binary | 111000 | 11100000 | 111101 | 1001011 | 0 | 1001001 | 1100 | 1111010 | 1001001 | 110111 |
Color Harmonies of #38E03D
Complementary color
Monochromatic Colors of #38E03D
Black with #38E03D
Text Example
Text Example
White with #38E03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E03D; }
p { color: rgb(56,224,61); }
H1.HeaderClassName
{
color: #38E03D;
}
.AnyTagClassName
{
color: #38E03D;
}
</style>
background-color css
<style>
a { background-color: #38E03D; }
a { background-color: rgb(56,224,61); }
div.DivClassName
{
background-color: #38E03D;
}
.BgClassName
{
background-color: #38E03D;
}
</style>
border-color css
<style>
span { border-color: #38E03D; }
span { border-color: rgb(56,224,61); }
td.TdClassName
{
border-color: #38E03D;
}
.TagClassName
{
border-color: #38E03D;
}
</style>