Shades of Lime Green #43BE36
Tints of Lime Green #43BE36
RGB
CMYK
RGB Variations
Color information
#43BE36 (or 0x43BE36) is known color: Lime Green. HEX triplet: 43, BE and 36. RGB value is (67,190,54). Sum of RGB (Red+Green+Blue) = 67+190+54=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 190 (74.61% from 255 or 61.09% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 190 - color contains mainly: green. Hex color #43BE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BE36 is #BC41C9. Grayscale: #8A8A8A. Windows color (decimal): -12337610 or 3587651. OLE color: 3587651.
HSL color Cylindrical-coordinate representation of color #43BE36: hue angle of 114.26º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43BE36 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 190 | 54 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.25 |
| HSL | 114.26º | 0.56% | 0.48% | - |
| HSV(B) | 114.26º | 0.72% | 0.75% | - |
| XYZ | 21.39 | 38.29 | 9.75 | - |
| YUV | 137.72 | 80.75 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 190 | 54 | 0.65 | 0 | 0.72 | 0.25 | 114.26 | 0.56 | 0.48 |
| Hex | 43 | BE | 36 | 41 | 0 | 48 | 19 | 72 | 38 | 30 |
| Octal | 103 | 276 | 66 | 101 | 0 | 110 | 31 | 162 | 70 | 60 |
| Binary | 1000011 | 10111110 | 110110 | 1000001 | 0 | 1001000 | 11001 | 1110010 | 111000 | 110000 |
Color Harmonies of #43BE36
Complementary color
Monochromatic Colors of #43BE36
Black with #43BE36
Text Example
Text Example
White with #43BE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BE36; }
p { color: rgb(67,190,54); }
H1.HeaderClassName
{
color: #43BE36;
}
.AnyTagClassName
{
color: #43BE36;
}
</style>
background-color css
<style>
a { background-color: #43BE36; }
a { background-color: rgb(67,190,54); }
div.DivClassName
{
background-color: #43BE36;
}
.BgClassName
{
background-color: #43BE36;
}
</style>
border-color css
<style>
span { border-color: #43BE36; }
span { border-color: rgb(67,190,54); }
td.TdClassName
{
border-color: #43BE36;
}
.TagClassName
{
border-color: #43BE36;
}
</style>