Shades of Lime Green #43BE41
Tints of Lime Green #43BE41
RGB
CMYK
RGB Variations
Color information
#43BE41 (or 0x43BE41) is known color: Lime Green. HEX triplet: 43, BE and 41. RGB value is (67,190,65). Sum of RGB (Red+Green+Blue) = 67+190+65=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 190 (74.61% from 255 or 59.01% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 190 - color contains mainly: green. Hex color #43BE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BE41 is #BC41BE. Grayscale: #8B8B8B. Windows color (decimal): -12337599 or 4308547. OLE color: 4308547.
HSL color Cylindrical-coordinate representation of color #43BE41: hue angle of 119.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43BE41 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 190 | 65 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.25 |
| HSL | 119.04º | 0.49% | 0.5% | - |
| HSV(B) | 119.04º | 0.66% | 0.75% | - |
| XYZ | 21.68 | 38.4 | 11.27 | - |
| YUV | 138.97 | 86.25 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 190 | 65 | 0.65 | 0 | 0.66 | 0.25 | 119.04 | 0.49 | 0.5 |
| Hex | 43 | BE | 41 | 41 | 0 | 42 | 19 | 77 | 31 | 32 |
| Octal | 103 | 276 | 101 | 101 | 0 | 102 | 31 | 167 | 61 | 62 |
| Binary | 1000011 | 10111110 | 1000001 | 1000001 | 0 | 1000010 | 11001 | 1110111 | 110001 | 110010 |
Color Harmonies of #43BE41
Complementary color
Monochromatic Colors of #43BE41
Black with #43BE41
Text Example
Text Example
White with #43BE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BE41; }
p { color: rgb(67,190,65); }
H1.HeaderClassName
{
color: #43BE41;
}
.AnyTagClassName
{
color: #43BE41;
}
</style>
background-color css
<style>
a { background-color: #43BE41; }
a { background-color: rgb(67,190,65); }
div.DivClassName
{
background-color: #43BE41;
}
.BgClassName
{
background-color: #43BE41;
}
</style>
border-color css
<style>
span { border-color: #43BE41; }
span { border-color: rgb(67,190,65); }
td.TdClassName
{
border-color: #43BE41;
}
.TagClassName
{
border-color: #43BE41;
}
</style>