Shades of Lime Green #40C13D
Tints of Lime Green #40C13D
RGB
CMYK
RGB Variations
Color information
#40C13D (or 0x40C13D) is known color: Lime Green. HEX triplet: 40, C1 and 3D. RGB value is (64,193,61). Sum of RGB (Red+Green+Blue) = 64+193+61=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 193 (75.78% from 255 or 60.69% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 193 - color contains mainly: green. Hex color #40C13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C13D is #BF3EC2. Grayscale: #8B8B8B. Windows color (decimal): -12533443 or 4047168. OLE color: 4047168.
HSL color Cylindrical-coordinate representation of color #40C13D: hue angle of 118.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C13D is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 193 | 61 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.24 |
| HSL | 118.64º | 0.52% | 0.5% | - |
| HSV(B) | 118.64º | 0.68% | 0.76% | - |
| XYZ | 22.03 | 39.57 | 10.89 | - |
| YUV | 139.38 | 83.76 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 61 | 0.67 | 0 | 0.68 | 0.24 | 118.64 | 0.52 | 0.5 |
| Hex | 40 | C1 | 3D | 43 | 0 | 44 | 18 | 77 | 34 | 32 |
| Octal | 100 | 301 | 75 | 103 | 0 | 104 | 30 | 167 | 64 | 62 |
| Binary | 1000000 | 11000001 | 111101 | 1000011 | 0 | 1000100 | 11000 | 1110111 | 110100 | 110010 |
Color Harmonies of #40C13D
Complementary color
Monochromatic Colors of #40C13D
Black with #40C13D
Text Example
Text Example
White with #40C13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C13D; }
p { color: rgb(64,193,61); }
H1.HeaderClassName
{
color: #40C13D;
}
.AnyTagClassName
{
color: #40C13D;
}
</style>
background-color css
<style>
a { background-color: #40C13D; }
a { background-color: rgb(64,193,61); }
div.DivClassName
{
background-color: #40C13D;
}
.BgClassName
{
background-color: #40C13D;
}
</style>
border-color css
<style>
span { border-color: #40C13D; }
span { border-color: rgb(64,193,61); }
td.TdClassName
{
border-color: #40C13D;
}
.TagClassName
{
border-color: #40C13D;
}
</style>