Shades of Lime Green #40B433
Tints of Lime Green #40B433
RGB
CMYK
RGB Variations
Color information
#40B433 (or 0x40B433) is known color: Lime Green. HEX triplet: 40, B4 and 33. RGB value is (64,180,51). Sum of RGB (Red+Green+Blue) = 64+180+51=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #40B433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B433 is #BF4BCC. Grayscale: #838383. Windows color (decimal): -12536781 or 3388480. OLE color: 3388480.
HSL color Cylindrical-coordinate representation of color #40B433: hue angle of 113.95º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40B433 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 180 | 51 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.29 |
| HSL | 113.95º | 0.56% | 0.45% | - |
| HSV(B) | 113.95º | 0.72% | 0.71% | - |
| XYZ | 19.03 | 33.97 | 8.69 | - |
| YUV | 130.61 | 83.07 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 180 | 51 | 0.64 | 0 | 0.72 | 0.29 | 113.95 | 0.56 | 0.45 |
| Hex | 40 | B4 | 33 | 40 | 0 | 48 | 1D | 72 | 38 | 2D |
| Octal | 100 | 264 | 63 | 100 | 0 | 110 | 35 | 162 | 70 | 55 |
| Binary | 1000000 | 10110100 | 110011 | 1000000 | 0 | 1001000 | 11101 | 1110010 | 111000 | 101101 |
Color Harmonies of #40B433
Complementary color
Monochromatic Colors of #40B433
Black with #40B433
Text Example
Text Example
White with #40B433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B433; }
p { color: rgb(64,180,51); }
H1.HeaderClassName
{
color: #40B433;
}
.AnyTagClassName
{
color: #40B433;
}
</style>
background-color css
<style>
a { background-color: #40B433; }
a { background-color: rgb(64,180,51); }
div.DivClassName
{
background-color: #40B433;
}
.BgClassName
{
background-color: #40B433;
}
</style>
border-color css
<style>
span { border-color: #40B433; }
span { border-color: rgb(64,180,51); }
td.TdClassName
{
border-color: #40B433;
}
.TagClassName
{
border-color: #40B433;
}
</style>