Shades of Lime Green #43EB2C
Tints of Lime Green #43EB2C
RGB
CMYK
RGB Variations
Color information
#43EB2C (or 0x43EB2C) is known color: Lime Green. HEX triplet: 43, EB and 2C. RGB value is (67,235,44). Sum of RGB (Red+Green+Blue) = 67+235+44=346 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.36% from 346); Green value is 235 (92.19% from 255 or 67.92% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 235 - color contains mainly: green. Hex color #43EB2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43EB2C is #BC14D3. Grayscale: #A3A3A3. Windows color (decimal): -12326100 or 2943811. OLE color: 2943811.
HSL color Cylindrical-coordinate representation of color #43EB2C: hue angle of 112.77º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43EB2C is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 235 | 44 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.08 |
| HSL | 112.77º | 0.83% | 0.55% | - |
| HSV(B) | 112.77º | 0.81% | 0.92% | - |
| XYZ | 32.48 | 60.79 | 12.41 | - |
| YUV | 162.99 | 60.84 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 235 | 44 | 0.71 | 0 | 0.81 | 0.08 | 112.77 | 0.83 | 0.55 |
| Hex | 43 | EB | 2C | 47 | 0 | 51 | 8 | 71 | 53 | 37 |
| Octal | 103 | 353 | 54 | 107 | 0 | 121 | 10 | 161 | 123 | 67 |
| Binary | 1000011 | 11101011 | 101100 | 1000111 | 0 | 1010001 | 1000 | 1110001 | 1010011 | 110111 |
Color Harmonies of #43EB2C
Complementary color
Monochromatic Colors of #43EB2C
Black with #43EB2C
Text Example
Text Example
White with #43EB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EB2C; }
p { color: rgb(67,235,44); }
H1.HeaderClassName
{
color: #43EB2C;
}
.AnyTagClassName
{
color: #43EB2C;
}
</style>
background-color css
<style>
a { background-color: #43EB2C; }
a { background-color: rgb(67,235,44); }
div.DivClassName
{
background-color: #43EB2C;
}
.BgClassName
{
background-color: #43EB2C;
}
</style>
border-color css
<style>
span { border-color: #43EB2C; }
span { border-color: rgb(67,235,44); }
td.TdClassName
{
border-color: #43EB2C;
}
.TagClassName
{
border-color: #43EB2C;
}
</style>