Shades of Lime Green #43DA38
Tints of Lime Green #43DA38
RGB
CMYK
RGB Variations
Color information
#43DA38 (or 0x43DA38) is known color: Lime Green. HEX triplet: 43, DA and 38. RGB value is (67,218,56). Sum of RGB (Red+Green+Blue) = 67+218+56=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 218 (85.55% from 255 or 63.93% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 218 - color contains mainly: green. Hex color #43DA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DA38 is #BC25C7. Grayscale: #9A9A9A. Windows color (decimal): -12330440 or 3725891. OLE color: 3725891.
HSL color Cylindrical-coordinate representation of color #43DA38: hue angle of 115.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43DA38 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 218 | 56 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.15 |
| HSL | 115.93º | 0.69% | 0.54% | - |
| HSV(B) | 115.93º | 0.74% | 0.85% | - |
| XYZ | 28.1 | 51.62 | 12.22 | - |
| YUV | 154.38 | 72.47 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 218 | 56 | 0.69 | 0 | 0.74 | 0.15 | 115.93 | 0.69 | 0.54 |
| Hex | 43 | DA | 38 | 45 | 0 | 4A | F | 74 | 45 | 36 |
| Octal | 103 | 332 | 70 | 105 | 0 | 112 | 17 | 164 | 105 | 66 |
| Binary | 1000011 | 11011010 | 111000 | 1000101 | 0 | 1001010 | 1111 | 1110100 | 1000101 | 110110 |
Color Harmonies of #43DA38
Complementary color
Monochromatic Colors of #43DA38
Black with #43DA38
Text Example
Text Example
White with #43DA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DA38; }
p { color: rgb(67,218,56); }
H1.HeaderClassName
{
color: #43DA38;
}
.AnyTagClassName
{
color: #43DA38;
}
</style>
background-color css
<style>
a { background-color: #43DA38; }
a { background-color: rgb(67,218,56); }
div.DivClassName
{
background-color: #43DA38;
}
.BgClassName
{
background-color: #43DA38;
}
</style>
border-color css
<style>
span { border-color: #43DA38; }
span { border-color: rgb(67,218,56); }
td.TdClassName
{
border-color: #43DA38;
}
.TagClassName
{
border-color: #43DA38;
}
</style>