Shades of Lime Green #43EF4C
Tints of Lime Green #43EF4C
RGB
CMYK
RGB Variations
Color information
#43EF4C (or 0x43EF4C) is known color: Lime Green. HEX triplet: 43, EF and 4C. RGB value is (67,239,76). Sum of RGB (Red+Green+Blue) = 67+239+76=382 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.54% from 382); Green value is 239 (93.75% from 255 or 62.57% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 239 - color contains mainly: green. Hex color #43EF4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43EF4C is #BC10B3. Grayscale: #A9A9A9. Windows color (decimal): -12325044 or 5041987. OLE color: 5041987.
HSL color Cylindrical-coordinate representation of color #43EF4C: hue angle of 123.14º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43EF4C is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 239 | 76 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.06 |
| HSL | 123.14º | 0.84% | 0.6% | - |
| HSV(B) | 123.14º | 0.72% | 0.94% | - |
| XYZ | 34.49 | 63.45 | 17.27 | - |
| YUV | 168.99 | 75.52 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 239 | 76 | 0.72 | 0 | 0.68 | 0.06 | 123.14 | 0.84 | 0.6 |
| Hex | 43 | EF | 4C | 48 | 0 | 44 | 6 | 7B | 54 | 3C |
| Octal | 103 | 357 | 114 | 110 | 0 | 104 | 6 | 173 | 124 | 74 |
| Binary | 1000011 | 11101111 | 1001100 | 1001000 | 0 | 1000100 | 110 | 1111011 | 1010100 | 111100 |
Color Harmonies of #43EF4C
Complementary color
Monochromatic Colors of #43EF4C
Black with #43EF4C
Text Example
Text Example
White with #43EF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EF4C; }
p { color: rgb(67,239,76); }
H1.HeaderClassName
{
color: #43EF4C;
}
.AnyTagClassName
{
color: #43EF4C;
}
</style>
background-color css
<style>
a { background-color: #43EF4C; }
a { background-color: rgb(67,239,76); }
div.DivClassName
{
background-color: #43EF4C;
}
.BgClassName
{
background-color: #43EF4C;
}
</style>
border-color css
<style>
span { border-color: #43EF4C; }
span { border-color: rgb(67,239,76); }
td.TdClassName
{
border-color: #43EF4C;
}
.TagClassName
{
border-color: #43EF4C;
}
</style>