Shades of Lime Green #43D440
Tints of Lime Green #43D440
RGB
CMYK
RGB Variations
Color information
#43D440 (or 0x43D440) is known color: Lime Green. HEX triplet: 43, D4 and 40. RGB value is (67,212,64). Sum of RGB (Red+Green+Blue) = 67+212+64=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 212 (83.20% from 255 or 61.81% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 212 - color contains mainly: green. Hex color #43D440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D440 is #BC2BBF. Grayscale: #989898. Windows color (decimal): -12331968 or 4248643. OLE color: 4248643.
HSL color Cylindrical-coordinate representation of color #43D440: hue angle of 118.78º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43D440 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 67 | 212 | 64 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.17 |
| HSL | 118.78º | 0.63% | 0.54% | - |
| HSV(B) | 118.78º | 0.7% | 0.83% | - |
| XYZ | 26.78 | 48.65 | 12.83 | - |
| YUV | 151.77 | 78.46 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 212 | 64 | 0.68 | 0 | 0.70 | 0.17 | 118.78 | 0.63 | 0.54 |
| Hex | 43 | D4 | 40 | 44 | 0 | 46 | 11 | 77 | 3F | 36 |
| Octal | 103 | 324 | 100 | 104 | 0 | 106 | 21 | 167 | 77 | 66 |
| Binary | 1000011 | 11010100 | 1000000 | 1000100 | 0 | 1000110 | 10001 | 1110111 | 111111 | 110110 |
Color Harmonies of #43D440
Complementary color
Monochromatic Colors of #43D440
Black with #43D440
Text Example
Text Example
White with #43D440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D440; }
p { color: rgb(67,212,64); }
H1.HeaderClassName
{
color: #43D440;
}
.AnyTagClassName
{
color: #43D440;
}
</style>
background-color css
<style>
a { background-color: #43D440; }
a { background-color: rgb(67,212,64); }
div.DivClassName
{
background-color: #43D440;
}
.BgClassName
{
background-color: #43D440;
}
</style>
border-color css
<style>
span { border-color: #43D440; }
span { border-color: rgb(67,212,64); }
td.TdClassName
{
border-color: #43D440;
}
.TagClassName
{
border-color: #43D440;
}
</style>