Shades of Lime Green #40C93D
Tints of Lime Green #40C93D
RGB
CMYK
RGB Variations
Color information
#40C93D (or 0x40C93D) is known color: Lime Green. HEX triplet: 40, C9 and 3D. RGB value is (64,201,61). Sum of RGB (Red+Green+Blue) = 64+201+61=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 201 (78.91% from 255 or 61.66% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 201 - color contains mainly: green. Hex color #40C93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C93D is #BF36C2. Grayscale: #909090. Windows color (decimal): -12531395 or 4049216. OLE color: 4049216.
HSL color Cylindrical-coordinate representation of color #40C93D: hue angle of 118.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40C93D is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 201 | 61 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.21 |
| HSL | 118.71º | 0.56% | 0.51% | - |
| HSV(B) | 118.71º | 0.7% | 0.79% | - |
| XYZ | 23.84 | 43.2 | 11.5 | - |
| YUV | 144.08 | 81.11 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 61 | 0.68 | 0 | 0.70 | 0.21 | 118.71 | 0.56 | 0.51 |
| Hex | 40 | C9 | 3D | 44 | 0 | 46 | 15 | 77 | 38 | 33 |
| Octal | 100 | 311 | 75 | 104 | 0 | 106 | 25 | 167 | 70 | 63 |
| Binary | 1000000 | 11001001 | 111101 | 1000100 | 0 | 1000110 | 10101 | 1110111 | 111000 | 110011 |
Color Harmonies of #40C93D
Complementary color
Monochromatic Colors of #40C93D
Black with #40C93D
Text Example
Text Example
White with #40C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C93D; }
p { color: rgb(64,201,61); }
H1.HeaderClassName
{
color: #40C93D;
}
.AnyTagClassName
{
color: #40C93D;
}
</style>
background-color css
<style>
a { background-color: #40C93D; }
a { background-color: rgb(64,201,61); }
div.DivClassName
{
background-color: #40C93D;
}
.BgClassName
{
background-color: #40C93D;
}
</style>
border-color css
<style>
span { border-color: #40C93D; }
span { border-color: rgb(64,201,61); }
td.TdClassName
{
border-color: #40C93D;
}
.TagClassName
{
border-color: #40C93D;
}
</style>