Shades of Lime Green #43EF2A
Tints of Lime Green #43EF2A
RGB
CMYK
RGB Variations
Color information
#43EF2A (or 0x43EF2A) is known color: Lime Green. HEX triplet: 43, EF and 2A. RGB value is (67,239,42). Sum of RGB (Red+Green+Blue) = 67+239+42=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 239 (93.75% from 255 or 68.68% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 239 - color contains mainly: green. Hex color #43EF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43EF2A is #BC10D5. Grayscale: #A5A5A5. Windows color (decimal): -12325078 or 2813763. OLE color: 2813763.
HSL color Cylindrical-coordinate representation of color #43EF2A: hue angle of 112.39º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43EF2A is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 239 | 42 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.06 |
| HSL | 112.39º | 0.86% | 0.55% | - |
| HSV(B) | 112.39º | 0.82% | 0.94% | - |
| XYZ | 33.6 | 63.09 | 12.6 | - |
| YUV | 165.11 | 58.52 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 239 | 42 | 0.72 | 0 | 0.82 | 0.06 | 112.39 | 0.86 | 0.55 |
| Hex | 43 | EF | 2A | 48 | 0 | 52 | 6 | 70 | 56 | 37 |
| Octal | 103 | 357 | 52 | 110 | 0 | 122 | 6 | 160 | 126 | 67 |
| Binary | 1000011 | 11101111 | 101010 | 1001000 | 0 | 1010010 | 110 | 1110000 | 1010110 | 110111 |
Color Harmonies of #43EF2A
Complementary color
Monochromatic Colors of #43EF2A
Black with #43EF2A
Text Example
Text Example
White with #43EF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EF2A; }
p { color: rgb(67,239,42); }
H1.HeaderClassName
{
color: #43EF2A;
}
.AnyTagClassName
{
color: #43EF2A;
}
</style>
background-color css
<style>
a { background-color: #43EF2A; }
a { background-color: rgb(67,239,42); }
div.DivClassName
{
background-color: #43EF2A;
}
.BgClassName
{
background-color: #43EF2A;
}
</style>
border-color css
<style>
span { border-color: #43EF2A; }
span { border-color: rgb(67,239,42); }
td.TdClassName
{
border-color: #43EF2A;
}
.TagClassName
{
border-color: #43EF2A;
}
</style>