Shades of Lime Green #40B833
Tints of Lime Green #40B833
RGB
CMYK
RGB Variations
Color information
#40B833 (or 0x40B833) is known color: Lime Green. HEX triplet: 40, B8 and 33. RGB value is (64,184,51). Sum of RGB (Red+Green+Blue) = 64+184+51=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 184 (72.27% from 255 or 61.54% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 184 - color contains mainly: green. Hex color #40B833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B833 is #BF47CC. Grayscale: #858585. Windows color (decimal): -12535757 or 3389504. OLE color: 3389504.
HSL color Cylindrical-coordinate representation of color #40B833: hue angle of 114.14º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40B833 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 184 | 51 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.28 |
| HSL | 114.14º | 0.57% | 0.46% | - |
| HSV(B) | 114.14º | 0.72% | 0.72% | - |
| XYZ | 19.85 | 35.61 | 8.96 | - |
| YUV | 132.96 | 81.74 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 184 | 51 | 0.65 | 0 | 0.72 | 0.28 | 114.14 | 0.57 | 0.46 |
| Hex | 40 | B8 | 33 | 41 | 0 | 48 | 1C | 72 | 39 | 2E |
| Octal | 100 | 270 | 63 | 101 | 0 | 110 | 34 | 162 | 71 | 56 |
| Binary | 1000000 | 10111000 | 110011 | 1000001 | 0 | 1001000 | 11100 | 1110010 | 111001 | 101110 |
Color Harmonies of #40B833
Complementary color
Monochromatic Colors of #40B833
Black with #40B833
Text Example
Text Example
White with #40B833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B833; }
p { color: rgb(64,184,51); }
H1.HeaderClassName
{
color: #40B833;
}
.AnyTagClassName
{
color: #40B833;
}
</style>
background-color css
<style>
a { background-color: #40B833; }
a { background-color: rgb(64,184,51); }
div.DivClassName
{
background-color: #40B833;
}
.BgClassName
{
background-color: #40B833;
}
</style>
border-color css
<style>
span { border-color: #40B833; }
span { border-color: rgb(64,184,51); }
td.TdClassName
{
border-color: #40B833;
}
.TagClassName
{
border-color: #40B833;
}
</style>