Shades of Lime Green #38D94C
Tints of Lime Green #38D94C
RGB
CMYK
RGB Variations
Color information
#38D94C (or 0x38D94C) is known color: Lime Green. HEX triplet: 38, D9 and 4C. RGB value is (56,217,76). Sum of RGB (Red+Green+Blue) = 56+217+76=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 217 (85.16% from 255 or 62.18% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 217 - color contains mainly: green. Hex color #38D94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D94C is #C726B3. Grayscale: #999999. Windows color (decimal): -13051572 or 5036344. OLE color: 5036344.
HSL color Cylindrical-coordinate representation of color #38D94C: hue angle of 127.45º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D94C is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 217 | 76 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.15 |
| HSL | 127.45º | 0.68% | 0.54% | - |
| HSV(B) | 127.45º | 0.74% | 0.85% | - |
| XYZ | 27.75 | 50.99 | 15.22 | - |
| YUV | 152.79 | 84.66 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 217 | 76 | 0.74 | 0 | 0.65 | 0.15 | 127.45 | 0.68 | 0.54 |
| Hex | 38 | D9 | 4C | 4A | 0 | 41 | F | 7F | 44 | 36 |
| Octal | 70 | 331 | 114 | 112 | 0 | 101 | 17 | 177 | 104 | 66 |
| Binary | 111000 | 11011001 | 1001100 | 1001010 | 0 | 1000001 | 1111 | 1111111 | 1000100 | 110110 |
Color Harmonies of #38D94C
Complementary color
Monochromatic Colors of #38D94C
Black with #38D94C
Text Example
Text Example
White with #38D94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D94C; }
p { color: rgb(56,217,76); }
H1.HeaderClassName
{
color: #38D94C;
}
.AnyTagClassName
{
color: #38D94C;
}
</style>
background-color css
<style>
a { background-color: #38D94C; }
a { background-color: rgb(56,217,76); }
div.DivClassName
{
background-color: #38D94C;
}
.BgClassName
{
background-color: #38D94C;
}
</style>
border-color css
<style>
span { border-color: #38D94C; }
span { border-color: rgb(56,217,76); }
td.TdClassName
{
border-color: #38D94C;
}
.TagClassName
{
border-color: #38D94C;
}
</style>