Shades of Lime Green #40C248
Tints of Lime Green #40C248
RGB
CMYK
RGB Variations
Color information
#40C248 (or 0x40C248) is known color: Lime Green. HEX triplet: 40, C2 and 48. RGB value is (64,194,72). Sum of RGB (Red+Green+Blue) = 64+194+72=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #40C248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C248 is #BF3DB7. Grayscale: #8D8D8D. Windows color (decimal): -12533176 or 4768320. OLE color: 4768320.
HSL color Cylindrical-coordinate representation of color #40C248: hue angle of 123.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C248 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 72 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.24 |
| HSL | 123.69º | 0.52% | 0.51% | - |
| HSV(B) | 123.69º | 0.67% | 0.76% | - |
| XYZ | 22.58 | 40.14 | 12.69 | - |
| YUV | 141.22 | 88.93 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 72 | 0.67 | 0 | 0.63 | 0.24 | 123.69 | 0.52 | 0.51 |
| Hex | 40 | C2 | 48 | 43 | 0 | 3F | 18 | 7C | 34 | 33 |
| Octal | 100 | 302 | 110 | 103 | 0 | 77 | 30 | 174 | 64 | 63 |
| Binary | 1000000 | 11000010 | 1001000 | 1000011 | 0 | 111111 | 11000 | 1111100 | 110100 | 110011 |
Color Harmonies of #40C248
Complementary color
Monochromatic Colors of #40C248
Black with #40C248
Text Example
Text Example
White with #40C248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C248; }
p { color: rgb(64,194,72); }
H1.HeaderClassName
{
color: #40C248;
}
.AnyTagClassName
{
color: #40C248;
}
</style>
background-color css
<style>
a { background-color: #40C248; }
a { background-color: rgb(64,194,72); }
div.DivClassName
{
background-color: #40C248;
}
.BgClassName
{
background-color: #40C248;
}
</style>
border-color css
<style>
span { border-color: #40C248; }
span { border-color: rgb(64,194,72); }
td.TdClassName
{
border-color: #40C248;
}
.TagClassName
{
border-color: #40C248;
}
</style>