Shades of Lime Green #40BE42
Tints of Lime Green #40BE42
RGB
CMYK
RGB Variations
Color information
#40BE42 (or 0x40BE42) is known color: Lime Green. HEX triplet: 40, BE and 42. RGB value is (64,190,66). Sum of RGB (Red+Green+Blue) = 64+190+66=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 190 (74.61% from 255 or 59.38% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BE42 is #BF41BD. Grayscale: #8A8A8A. Windows color (decimal): -12534206 or 4374080. OLE color: 4374080.
HSL color Cylindrical-coordinate representation of color #40BE42: hue angle of 120.95º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BE42 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 66 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.25 |
| HSL | 120.95º | 0.5% | 0.5% | - |
| HSV(B) | 120.95º | 0.66% | 0.75% | - |
| XYZ | 21.51 | 38.31 | 11.42 | - |
| YUV | 138.19 | 87.26 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 66 | 0.66 | 0 | 0.65 | 0.25 | 120.95 | 0.5 | 0.5 |
| Hex | 40 | BE | 42 | 42 | 0 | 41 | 19 | 79 | 32 | 32 |
| Octal | 100 | 276 | 102 | 102 | 0 | 101 | 31 | 171 | 62 | 62 |
| Binary | 1000000 | 10111110 | 1000010 | 1000010 | 0 | 1000001 | 11001 | 1111001 | 110010 | 110010 |
Color Harmonies of #40BE42
Complementary color
Monochromatic Colors of #40BE42
Black with #40BE42
Text Example
Text Example
White with #40BE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE42; }
p { color: rgb(64,190,66); }
H1.HeaderClassName
{
color: #40BE42;
}
.AnyTagClassName
{
color: #40BE42;
}
</style>
background-color css
<style>
a { background-color: #40BE42; }
a { background-color: rgb(64,190,66); }
div.DivClassName
{
background-color: #40BE42;
}
.BgClassName
{
background-color: #40BE42;
}
</style>
border-color css
<style>
span { border-color: #40BE42; }
span { border-color: rgb(64,190,66); }
td.TdClassName
{
border-color: #40BE42;
}
.TagClassName
{
border-color: #40BE42;
}
</style>