Shades of Lime Green #43E62A
Tints of Lime Green #43E62A
RGB
CMYK
RGB Variations
Color information
#43E62A (or 0x43E62A) is known color: Lime Green. HEX triplet: 43, E6 and 2A. RGB value is (67,230,42). Sum of RGB (Red+Green+Blue) = 67+230+42=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 230 (90.23% from 255 or 67.85% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 230 - color contains mainly: green. Hex color #43E62A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43E62A is #BC19D5. Grayscale: #A0A0A0. Windows color (decimal): -12327382 or 2811459. OLE color: 2811459.
HSL color Cylindrical-coordinate representation of color #43E62A: hue angle of 112.02º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43E62A is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 67 | 230 | 42 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.10 |
| HSL | 112.02º | 0.79% | 0.53% | - |
| HSV(B) | 112.02º | 0.82% | 0.9% | - |
| XYZ | 31.03 | 57.95 | 11.74 | - |
| YUV | 159.83 | 61.5 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 230 | 42 | 0.71 | 0 | 0.82 | 0.10 | 112.02 | 0.79 | 0.53 |
| Hex | 43 | E6 | 2A | 47 | 0 | 52 | A | 70 | 4F | 35 |
| Octal | 103 | 346 | 52 | 107 | 0 | 122 | 12 | 160 | 117 | 65 |
| Binary | 1000011 | 11100110 | 101010 | 1000111 | 0 | 1010010 | 1010 | 1110000 | 1001111 | 110101 |
Color Harmonies of #43E62A
Complementary color
Monochromatic Colors of #43E62A
Black with #43E62A
Text Example
Text Example
White with #43E62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E62A; }
p { color: rgb(67,230,42); }
H1.HeaderClassName
{
color: #43E62A;
}
.AnyTagClassName
{
color: #43E62A;
}
</style>
background-color css
<style>
a { background-color: #43E62A; }
a { background-color: rgb(67,230,42); }
div.DivClassName
{
background-color: #43E62A;
}
.BgClassName
{
background-color: #43E62A;
}
</style>
border-color css
<style>
span { border-color: #43E62A; }
span { border-color: rgb(67,230,42); }
td.TdClassName
{
border-color: #43E62A;
}
.TagClassName
{
border-color: #43E62A;
}
</style>