Shades of Lime Green #43D438
Tints of Lime Green #43D438
RGB
CMYK
RGB Variations
Color information
#43D438 (or 0x43D438) is known color: Lime Green. HEX triplet: 43, D4 and 38. RGB value is (67,212,56). Sum of RGB (Red+Green+Blue) = 67+212+56=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 212 (83.20% from 255 or 63.28% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 212 - color contains mainly: green. Hex color #43D438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D438 is #BC2BC7. Grayscale: #979797. Windows color (decimal): -12331976 or 3724355. OLE color: 3724355.
HSL color Cylindrical-coordinate representation of color #43D438: hue angle of 115.77º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43D438 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 67 | 212 | 56 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.17 |
| HSL | 115.77º | 0.64% | 0.53% | - |
| HSV(B) | 115.77º | 0.74% | 0.83% | - |
| XYZ | 26.57 | 48.57 | 11.72 | - |
| YUV | 150.86 | 74.46 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 212 | 56 | 0.68 | 0 | 0.74 | 0.17 | 115.77 | 0.64 | 0.53 |
| Hex | 43 | D4 | 38 | 44 | 0 | 4A | 11 | 74 | 40 | 35 |
| Octal | 103 | 324 | 70 | 104 | 0 | 112 | 21 | 164 | 100 | 65 |
| Binary | 1000011 | 11010100 | 111000 | 1000100 | 0 | 1001010 | 10001 | 1110100 | 1000000 | 110101 |
Color Harmonies of #43D438
Complementary color
Monochromatic Colors of #43D438
Black with #43D438
Text Example
Text Example
White with #43D438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D438; }
p { color: rgb(67,212,56); }
H1.HeaderClassName
{
color: #43D438;
}
.AnyTagClassName
{
color: #43D438;
}
</style>
background-color css
<style>
a { background-color: #43D438; }
a { background-color: rgb(67,212,56); }
div.DivClassName
{
background-color: #43D438;
}
.BgClassName
{
background-color: #43D438;
}
</style>
border-color css
<style>
span { border-color: #43D438; }
span { border-color: rgb(67,212,56); }
td.TdClassName
{
border-color: #43D438;
}
.TagClassName
{
border-color: #43D438;
}
</style>