Shades of Lime Green #40DF38
Tints of Lime Green #40DF38
RGB
CMYK
RGB Variations
Color information
#40DF38 (or 0x40DF38) is known color: Lime Green. HEX triplet: 40, DF and 38. RGB value is (64,223,56). Sum of RGB (Red+Green+Blue) = 64+223+56=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 223 (87.5% from 255 or 65.01% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 223 - color contains mainly: green. Hex color #40DF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DF38 is #BF20C7. Grayscale: #9C9C9C. Windows color (decimal): -12525768 or 3727168. OLE color: 3727168.
HSL color Cylindrical-coordinate representation of color #40DF38: hue angle of 117.13º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40DF38 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 56 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.13 |
| HSL | 117.13º | 0.72% | 0.55% | - |
| HSV(B) | 117.13º | 0.75% | 0.87% | - |
| XYZ | 29.22 | 54.15 | 12.65 | - |
| YUV | 156.42 | 71.32 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 56 | 0.71 | 0 | 0.75 | 0.13 | 117.13 | 0.72 | 0.55 |
| Hex | 40 | DF | 38 | 47 | 0 | 4B | D | 75 | 48 | 37 |
| Octal | 100 | 337 | 70 | 107 | 0 | 113 | 15 | 165 | 110 | 67 |
| Binary | 1000000 | 11011111 | 111000 | 1000111 | 0 | 1001011 | 1101 | 1110101 | 1001000 | 110111 |
Color Harmonies of #40DF38
Complementary color
Monochromatic Colors of #40DF38
Black with #40DF38
Text Example
Text Example
White with #40DF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DF38; }
p { color: rgb(64,223,56); }
H1.HeaderClassName
{
color: #40DF38;
}
.AnyTagClassName
{
color: #40DF38;
}
</style>
background-color css
<style>
a { background-color: #40DF38; }
a { background-color: rgb(64,223,56); }
div.DivClassName
{
background-color: #40DF38;
}
.BgClassName
{
background-color: #40DF38;
}
</style>
border-color css
<style>
span { border-color: #40DF38; }
span { border-color: rgb(64,223,56); }
td.TdClassName
{
border-color: #40DF38;
}
.TagClassName
{
border-color: #40DF38;
}
</style>