Shades of Lime Green #40CD23
Tints of Lime Green #40CD23
RGB
CMYK
RGB Variations
Color information
#40CD23 (or 0x40CD23) is known color: Lime Green. HEX triplet: 40, CD and 23. RGB value is (64,205,35). Sum of RGB (Red+Green+Blue) = 64+205+35=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 205 (80.47% from 255 or 67.43% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CD23 is #BF32DC. Grayscale: #8F8F8F. Windows color (decimal): -12530397 or 2346304. OLE color: 2346304.
HSL color Cylindrical-coordinate representation of color #40CD23: hue angle of 109.76º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40CD23 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 35 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.20 |
| HSL | 109.76º | 0.71% | 0.47% | - |
| HSV(B) | 109.76º | 0.83% | 0.8% | - |
| XYZ | 24.25 | 44.87 | 8.97 | - |
| YUV | 143.46 | 66.79 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 35 | 0.69 | 0 | 0.83 | 0.20 | 109.76 | 0.71 | 0.47 |
| Hex | 40 | CD | 23 | 45 | 0 | 53 | 14 | 6E | 47 | 2F |
| Octal | 100 | 315 | 43 | 105 | 0 | 123 | 24 | 156 | 107 | 57 |
| Binary | 1000000 | 11001101 | 100011 | 1000101 | 0 | 1010011 | 10100 | 1101110 | 1000111 | 101111 |
Color Harmonies of #40CD23
Complementary color
Monochromatic Colors of #40CD23
Black with #40CD23
Text Example
Text Example
White with #40CD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD23; }
p { color: rgb(64,205,35); }
H1.HeaderClassName
{
color: #40CD23;
}
.AnyTagClassName
{
color: #40CD23;
}
</style>
background-color css
<style>
a { background-color: #40CD23; }
a { background-color: rgb(64,205,35); }
div.DivClassName
{
background-color: #40CD23;
}
.BgClassName
{
background-color: #40CD23;
}
</style>
border-color css
<style>
span { border-color: #40CD23; }
span { border-color: rgb(64,205,35); }
td.TdClassName
{
border-color: #40CD23;
}
.TagClassName
{
border-color: #40CD23;
}
</style>