Shades of Lime Green #40DF3B
Tints of Lime Green #40DF3B
RGB
CMYK
RGB Variations
Color information
#40DF3B (or 0x40DF3B) is known color: Lime Green. HEX triplet: 40, DF and 3B. RGB value is (64,223,59). Sum of RGB (Red+Green+Blue) = 64+223+59=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 223 (87.5% from 255 or 64.45% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 223 - color contains mainly: green. Hex color #40DF3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DF3B is #BF20C4. Grayscale: #9D9D9D. Windows color (decimal): -12525765 or 3923776. OLE color: 3923776.
HSL color Cylindrical-coordinate representation of color #40DF3B: hue angle of 118.17º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40DF3B is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 59 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.13 |
| HSL | 118.17º | 0.72% | 0.55% | - |
| HSV(B) | 118.17º | 0.74% | 0.87% | - |
| XYZ | 29.29 | 54.18 | 13.05 | - |
| YUV | 156.76 | 72.82 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 59 | 0.71 | 0 | 0.74 | 0.13 | 118.17 | 0.72 | 0.55 |
| Hex | 40 | DF | 3B | 47 | 0 | 4A | D | 76 | 48 | 37 |
| Octal | 100 | 337 | 73 | 107 | 0 | 112 | 15 | 166 | 110 | 67 |
| Binary | 1000000 | 11011111 | 111011 | 1000111 | 0 | 1001010 | 1101 | 1110110 | 1001000 | 110111 |
Color Harmonies of #40DF3B
Complementary color
Monochromatic Colors of #40DF3B
Black with #40DF3B
Text Example
Text Example
White with #40DF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DF3B; }
p { color: rgb(64,223,59); }
H1.HeaderClassName
{
color: #40DF3B;
}
.AnyTagClassName
{
color: #40DF3B;
}
</style>
background-color css
<style>
a { background-color: #40DF3B; }
a { background-color: rgb(64,223,59); }
div.DivClassName
{
background-color: #40DF3B;
}
.BgClassName
{
background-color: #40DF3B;
}
</style>
border-color css
<style>
span { border-color: #40DF3B; }
span { border-color: rgb(64,223,59); }
td.TdClassName
{
border-color: #40DF3B;
}
.TagClassName
{
border-color: #40DF3B;
}
</style>