Shades of Lime Green #40C23C
Tints of Lime Green #40C23C
RGB
CMYK
RGB Variations
Color information
#40C23C (or 0x40C23C) is known color: Lime Green. HEX triplet: 40, C2 and 3C. RGB value is (64,194,60). Sum of RGB (Red+Green+Blue) = 64+194+60=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #40C23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C23C is #BF3DC3. Grayscale: #8C8C8C. Windows color (decimal): -12533188 or 3981888. OLE color: 3981888.
HSL color Cylindrical-coordinate representation of color #40C23C: hue angle of 118.21º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40C23C is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 60 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.24 |
| HSL | 118.21º | 0.53% | 0.5% | - |
| HSV(B) | 118.21º | 0.69% | 0.76% | - |
| XYZ | 22.22 | 40 | 10.82 | - |
| YUV | 139.85 | 82.93 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 60 | 0.67 | 0 | 0.69 | 0.24 | 118.21 | 0.53 | 0.5 |
| Hex | 40 | C2 | 3C | 43 | 0 | 45 | 18 | 76 | 35 | 32 |
| Octal | 100 | 302 | 74 | 103 | 0 | 105 | 30 | 166 | 65 | 62 |
| Binary | 1000000 | 11000010 | 111100 | 1000011 | 0 | 1000101 | 11000 | 1110110 | 110101 | 110010 |
Color Harmonies of #40C23C
Complementary color
Monochromatic Colors of #40C23C
Black with #40C23C
Text Example
Text Example
White with #40C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C23C; }
p { color: rgb(64,194,60); }
H1.HeaderClassName
{
color: #40C23C;
}
.AnyTagClassName
{
color: #40C23C;
}
</style>
background-color css
<style>
a { background-color: #40C23C; }
a { background-color: rgb(64,194,60); }
div.DivClassName
{
background-color: #40C23C;
}
.BgClassName
{
background-color: #40C23C;
}
</style>
border-color css
<style>
span { border-color: #40C23C; }
span { border-color: rgb(64,194,60); }
td.TdClassName
{
border-color: #40C23C;
}
.TagClassName
{
border-color: #40C23C;
}
</style>