Shades of Lime Green #40CE4B
Tints of Lime Green #40CE4B
RGB
CMYK
RGB Variations
Color information
#40CE4B (or 0x40CE4B) is known color: Lime Green. HEX triplet: 40, CE and 4B. RGB value is (64,206,75). Sum of RGB (Red+Green+Blue) = 64+206+75=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 206 (80.86% from 255 or 59.71% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CE4B is #BF31B4. Grayscale: #949494. Windows color (decimal): -12530101 or 4968000. OLE color: 4968000.
HSL color Cylindrical-coordinate representation of color #40CE4B: hue angle of 124.65º 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 #40CE4B is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 75 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.19 |
| HSL | 124.65º | 0.59% | 0.53% | - |
| HSV(B) | 124.65º | 0.69% | 0.81% | - |
| XYZ | 25.46 | 45.74 | 14.14 | - |
| YUV | 148.61 | 86.46 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 75 | 0.69 | 0 | 0.64 | 0.19 | 124.65 | 0.59 | 0.53 |
| Hex | 40 | CE | 4B | 45 | 0 | 40 | 13 | 7D | 3B | 35 |
| Octal | 100 | 316 | 113 | 105 | 0 | 100 | 23 | 175 | 73 | 65 |
| Binary | 1000000 | 11001110 | 1001011 | 1000101 | 0 | 1000000 | 10011 | 1111101 | 111011 | 110101 |
Color Harmonies of #40CE4B
Complementary color
Monochromatic Colors of #40CE4B
Black with #40CE4B
Text Example
Text Example
White with #40CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE4B; }
p { color: rgb(64,206,75); }
H1.HeaderClassName
{
color: #40CE4B;
}
.AnyTagClassName
{
color: #40CE4B;
}
</style>
background-color css
<style>
a { background-color: #40CE4B; }
a { background-color: rgb(64,206,75); }
div.DivClassName
{
background-color: #40CE4B;
}
.BgClassName
{
background-color: #40CE4B;
}
</style>
border-color css
<style>
span { border-color: #40CE4B; }
span { border-color: rgb(64,206,75); }
td.TdClassName
{
border-color: #40CE4B;
}
.TagClassName
{
border-color: #40CE4B;
}
</style>