Shades of Lime Green #40B930
Tints of Lime Green #40B930
RGB
CMYK
RGB Variations
Color information
#40B930 (or 0x40B930) is known color: Lime Green. HEX triplet: 40, B9 and 30. RGB value is (64,185,48). Sum of RGB (Red+Green+Blue) = 64+185+48=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 185 (72.66% from 255 or 62.29% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 185 - color contains mainly: green. Hex color #40B930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B930 is #BF46CF. Grayscale: #858585. Windows color (decimal): -12535504 or 3193152. OLE color: 3193152.
HSL color Cylindrical-coordinate representation of color #40B930: hue angle of 112.99º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40B930 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 185 | 48 | - |
| CMYK | 0.65 | 0 | 0.74 | 0.27 |
| HSL | 112.99º | 0.59% | 0.46% | - |
| HSV(B) | 112.99º | 0.74% | 0.73% | - |
| XYZ | 20 | 36 | 8.69 | - |
| YUV | 133.2 | 79.91 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 185 | 48 | 0.65 | 0 | 0.74 | 0.27 | 112.99 | 0.59 | 0.46 |
| Hex | 40 | B9 | 30 | 41 | 0 | 4A | 1B | 71 | 3B | 2E |
| Octal | 100 | 271 | 60 | 101 | 0 | 112 | 33 | 161 | 73 | 56 |
| Binary | 1000000 | 10111001 | 110000 | 1000001 | 0 | 1001010 | 11011 | 1110001 | 111011 | 101110 |
Color Harmonies of #40B930
Complementary color
Monochromatic Colors of #40B930
Black with #40B930
Text Example
Text Example
White with #40B930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B930; }
p { color: rgb(64,185,48); }
H1.HeaderClassName
{
color: #40B930;
}
.AnyTagClassName
{
color: #40B930;
}
</style>
background-color css
<style>
a { background-color: #40B930; }
a { background-color: rgb(64,185,48); }
div.DivClassName
{
background-color: #40B930;
}
.BgClassName
{
background-color: #40B930;
}
</style>
border-color css
<style>
span { border-color: #40B930; }
span { border-color: rgb(64,185,48); }
td.TdClassName
{
border-color: #40B930;
}
.TagClassName
{
border-color: #40B930;
}
</style>