Shades of Lime Green #38EF4D
Tints of Lime Green #38EF4D
RGB
CMYK
RGB Variations
Color information
#38EF4D (or 0x38EF4D) is known color: Lime Green. HEX triplet: 38, EF and 4D. RGB value is (56,239,77). Sum of RGB (Red+Green+Blue) = 56+239+77=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 239 (93.75% from 255 or 64.25% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 239 - color contains mainly: green. Hex color #38EF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EF4D is #C710B2. Grayscale: #A6A6A6. Windows color (decimal): -13045939 or 5107512. OLE color: 5107512.
HSL color Cylindrical-coordinate representation of color #38EF4D: hue angle of 126.89º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EF4D is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 239 | 77 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.06 |
| HSL | 126.89º | 0.85% | 0.58% | - |
| HSV(B) | 126.89º | 0.77% | 0.94% | - |
| XYZ | 33.84 | 63.11 | 17.42 | - |
| YUV | 165.82 | 77.87 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 239 | 77 | 0.77 | 0 | 0.68 | 0.06 | 126.89 | 0.85 | 0.58 |
| Hex | 38 | EF | 4D | 4D | 0 | 44 | 6 | 7F | 55 | 3A |
| Octal | 70 | 357 | 115 | 115 | 0 | 104 | 6 | 177 | 125 | 72 |
| Binary | 111000 | 11101111 | 1001101 | 1001101 | 0 | 1000100 | 110 | 1111111 | 1010101 | 111010 |
Color Harmonies of #38EF4D
Complementary color
Monochromatic Colors of #38EF4D
Black with #38EF4D
Text Example
Text Example
White with #38EF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EF4D; }
p { color: rgb(56,239,77); }
H1.HeaderClassName
{
color: #38EF4D;
}
.AnyTagClassName
{
color: #38EF4D;
}
</style>
background-color css
<style>
a { background-color: #38EF4D; }
a { background-color: rgb(56,239,77); }
div.DivClassName
{
background-color: #38EF4D;
}
.BgClassName
{
background-color: #38EF4D;
}
</style>
border-color css
<style>
span { border-color: #38EF4D; }
span { border-color: rgb(56,239,77); }
td.TdClassName
{
border-color: #38EF4D;
}
.TagClassName
{
border-color: #38EF4D;
}
</style>