Shades of Lime Green #38D04D
Tints of Lime Green #38D04D
RGB
CMYK
RGB Variations
Color information
#38D04D (or 0x38D04D) is known color: Lime Green. HEX triplet: 38, D0 and 4D. RGB value is (56,208,77). Sum of RGB (Red+Green+Blue) = 56+208+77=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #38D04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D04D is #C72FB2. Grayscale: #939393. Windows color (decimal): -13053875 or 5099576. OLE color: 5099576.
HSL color Cylindrical-coordinate representation of color #38D04D: hue angle of 128.29º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D04D is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 208 | 77 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.18 |
| HSL | 128.29º | 0.62% | 0.52% | - |
| HSV(B) | 128.29º | 0.73% | 0.82% | - |
| XYZ | 25.53 | 46.49 | 14.65 | - |
| YUV | 147.62 | 88.14 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 208 | 77 | 0.73 | 0 | 0.63 | 0.18 | 128.29 | 0.62 | 0.52 |
| Hex | 38 | D0 | 4D | 49 | 0 | 3F | 12 | 80 | 3E | 34 |
| Octal | 70 | 320 | 115 | 111 | 0 | 77 | 22 | 200 | 76 | 64 |
| Binary | 111000 | 11010000 | 1001101 | 1001001 | 0 | 111111 | 10010 | 10000000 | 111110 | 110100 |
Color Harmonies of #38D04D
Complementary color
Monochromatic Colors of #38D04D
Black with #38D04D
Text Example
Text Example
White with #38D04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D04D; }
p { color: rgb(56,208,77); }
H1.HeaderClassName
{
color: #38D04D;
}
.AnyTagClassName
{
color: #38D04D;
}
</style>
background-color css
<style>
a { background-color: #38D04D; }
a { background-color: rgb(56,208,77); }
div.DivClassName
{
background-color: #38D04D;
}
.BgClassName
{
background-color: #38D04D;
}
</style>
border-color css
<style>
span { border-color: #38D04D; }
span { border-color: rgb(56,208,77); }
td.TdClassName
{
border-color: #38D04D;
}
.TagClassName
{
border-color: #38D04D;
}
</style>