Shades of Lime Green #43D02E
Tints of Lime Green #43D02E
RGB
CMYK
RGB Variations
Color information
#43D02E (or 0x43D02E) is known color: Lime Green. HEX triplet: 43, D0 and 2E. RGB value is (67,208,46). Sum of RGB (Red+Green+Blue) = 67+208+46=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 208 (81.64% from 255 or 64.80% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 208 - color contains mainly: green. Hex color #43D02E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D02E is #BC2FD1. Grayscale: #939393. Windows color (decimal): -12333010 or 3067971. OLE color: 3067971.
HSL color Cylindrical-coordinate representation of color #43D02E: hue angle of 112.22º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43D02E is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 208 | 46 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.18 |
| HSL | 112.22º | 0.64% | 0.5% | - |
| HSV(B) | 112.22º | 0.78% | 0.82% | - |
| XYZ | 25.36 | 46.5 | 10.22 | - |
| YUV | 147.37 | 70.79 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 208 | 46 | 0.68 | 0 | 0.78 | 0.18 | 112.22 | 0.64 | 0.5 |
| Hex | 43 | D0 | 2E | 44 | 0 | 4E | 12 | 70 | 40 | 32 |
| Octal | 103 | 320 | 56 | 104 | 0 | 116 | 22 | 160 | 100 | 62 |
| Binary | 1000011 | 11010000 | 101110 | 1000100 | 0 | 1001110 | 10010 | 1110000 | 1000000 | 110010 |
Color Harmonies of #43D02E
Complementary color
Monochromatic Colors of #43D02E
Black with #43D02E
Text Example
Text Example
White with #43D02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D02E; }
p { color: rgb(67,208,46); }
H1.HeaderClassName
{
color: #43D02E;
}
.AnyTagClassName
{
color: #43D02E;
}
</style>
background-color css
<style>
a { background-color: #43D02E; }
a { background-color: rgb(67,208,46); }
div.DivClassName
{
background-color: #43D02E;
}
.BgClassName
{
background-color: #43D02E;
}
</style>
border-color css
<style>
span { border-color: #43D02E; }
span { border-color: rgb(67,208,46); }
td.TdClassName
{
border-color: #43D02E;
}
.TagClassName
{
border-color: #43D02E;
}
</style>