Shades of Lime Green #43E338
Tints of Lime Green #43E338
RGB
CMYK
RGB Variations
Color information
#43E338 (or 0x43E338) is known color: Lime Green. HEX triplet: 43, E3 and 38. RGB value is (67,227,56). Sum of RGB (Red+Green+Blue) = 67+227+56=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 227 (89.06% from 255 or 64.86% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 227 - color contains mainly: green. Hex color #43E338 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43E338 is #BC1CC7. Grayscale: #A0A0A0. Windows color (decimal): -12328136 or 3728195. OLE color: 3728195.
HSL color Cylindrical-coordinate representation of color #43E338: hue angle of 116.14º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43E338 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 67 | 227 | 56 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.11 |
| HSL | 116.14º | 0.75% | 0.55% | - |
| HSV(B) | 116.14º | 0.75% | 0.89% | - |
| XYZ | 30.5 | 56.42 | 13.02 | - |
| YUV | 159.67 | 69.49 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 227 | 56 | 0.70 | 0 | 0.75 | 0.11 | 116.14 | 0.75 | 0.55 |
| Hex | 43 | E3 | 38 | 46 | 0 | 4B | B | 74 | 4B | 37 |
| Octal | 103 | 343 | 70 | 106 | 0 | 113 | 13 | 164 | 113 | 67 |
| Binary | 1000011 | 11100011 | 111000 | 1000110 | 0 | 1001011 | 1011 | 1110100 | 1001011 | 110111 |
Color Harmonies of #43E338
Complementary color
Monochromatic Colors of #43E338
Black with #43E338
Text Example
Text Example
White with #43E338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E338; }
p { color: rgb(67,227,56); }
H1.HeaderClassName
{
color: #43E338;
}
.AnyTagClassName
{
color: #43E338;
}
</style>
background-color css
<style>
a { background-color: #43E338; }
a { background-color: rgb(67,227,56); }
div.DivClassName
{
background-color: #43E338;
}
.BgClassName
{
background-color: #43E338;
}
</style>
border-color css
<style>
span { border-color: #43E338; }
span { border-color: rgb(67,227,56); }
td.TdClassName
{
border-color: #43E338;
}
.TagClassName
{
border-color: #43E338;
}
</style>