Shades of Lime Green #40CE4A
Tints of Lime Green #40CE4A
RGB
CMYK
RGB Variations
Color information
#40CE4A (or 0x40CE4A) is known color: Lime Green. HEX triplet: 40, CE and 4A. RGB value is (64,206,74). Sum of RGB (Red+Green+Blue) = 64+206+74=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 206 (80.86% from 255 or 59.88% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CE4A is #BF31B5. Grayscale: #949494. Windows color (decimal): -12530102 or 4902464. OLE color: 4902464.
HSL color Cylindrical-coordinate representation of color #40CE4A: hue angle of 124.23º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CE4A is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 74 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.19 |
| HSL | 124.23º | 0.59% | 0.53% | - |
| HSV(B) | 124.23º | 0.69% | 0.81% | - |
| XYZ | 25.42 | 45.73 | 13.96 | - |
| YUV | 148.49 | 85.96 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 74 | 0.69 | 0 | 0.64 | 0.19 | 124.23 | 0.59 | 0.53 |
| Hex | 40 | CE | 4A | 45 | 0 | 40 | 13 | 7C | 3B | 35 |
| Octal | 100 | 316 | 112 | 105 | 0 | 100 | 23 | 174 | 73 | 65 |
| Binary | 1000000 | 11001110 | 1001010 | 1000101 | 0 | 1000000 | 10011 | 1111100 | 111011 | 110101 |
Color Harmonies of #40CE4A
Complementary color
Monochromatic Colors of #40CE4A
Black with #40CE4A
Text Example
Text Example
White with #40CE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE4A; }
p { color: rgb(64,206,74); }
H1.HeaderClassName
{
color: #40CE4A;
}
.AnyTagClassName
{
color: #40CE4A;
}
</style>
background-color css
<style>
a { background-color: #40CE4A; }
a { background-color: rgb(64,206,74); }
div.DivClassName
{
background-color: #40CE4A;
}
.BgClassName
{
background-color: #40CE4A;
}
</style>
border-color css
<style>
span { border-color: #40CE4A; }
span { border-color: rgb(64,206,74); }
td.TdClassName
{
border-color: #40CE4A;
}
.TagClassName
{
border-color: #40CE4A;
}
</style>