Shades of Lime Green #40CC2B
Tints of Lime Green #40CC2B
RGB
CMYK
RGB Variations
Color information
#40CC2B (or 0x40CC2B) is known color: Lime Green. HEX triplet: 40, CC and 2B. RGB value is (64,204,43). Sum of RGB (Red+Green+Blue) = 64+204+43=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 204 (80.08% from 255 or 65.59% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CC2B is #BF33D4. Grayscale: #909090. Windows color (decimal): -12530645 or 2870336. OLE color: 2870336.
HSL color Cylindrical-coordinate representation of color #40CC2B: hue angle of 112.17º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40CC2B is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 43 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.2 |
| HSL | 112.17º | 0.65% | 0.48% | - |
| HSV(B) | 112.17º | 0.79% | 0.8% | - |
| XYZ | 24.14 | 44.45 | 9.59 | - |
| YUV | 143.79 | 71.12 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 43 | 0.69 | 0 | 0.79 | 0.2 | 112.17 | 0.65 | 0.48 |
| Hex | 40 | CC | 2B | 45 | 0 | 4F | 14 | 70 | 41 | 30 |
| Octal | 100 | 314 | 53 | 105 | 0 | 117 | 24 | 160 | 101 | 60 |
| Binary | 1000000 | 11001100 | 101011 | 1000101 | 0 | 1001111 | 10100 | 1110000 | 1000001 | 110000 |
Color Harmonies of #40CC2B
Complementary color
Monochromatic Colors of #40CC2B
Black with #40CC2B
Text Example
Text Example
White with #40CC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CC2B; }
p { color: rgb(64,204,43); }
H1.HeaderClassName
{
color: #40CC2B;
}
.AnyTagClassName
{
color: #40CC2B;
}
</style>
background-color css
<style>
a { background-color: #40CC2B; }
a { background-color: rgb(64,204,43); }
div.DivClassName
{
background-color: #40CC2B;
}
.BgClassName
{
background-color: #40CC2B;
}
</style>
border-color css
<style>
span { border-color: #40CC2B; }
span { border-color: rgb(64,204,43); }
td.TdClassName
{
border-color: #40CC2B;
}
.TagClassName
{
border-color: #40CC2B;
}
</style>