Shades of Lime Green #43BB42
Tints of Lime Green #43BB42
RGB
CMYK
RGB Variations
Color information
#43BB42 (or 0x43BB42) is known color: Lime Green. HEX triplet: 43, BB and 42. RGB value is (67,187,66). Sum of RGB (Red+Green+Blue) = 67+187+66=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 187 (73.44% from 255 or 58.44% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 187 - color contains mainly: green. Hex color #43BB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BB42 is #BC44BD. Grayscale: #898989. Windows color (decimal): -12338366 or 4373315. OLE color: 4373315.
HSL color Cylindrical-coordinate representation of color #43BB42: hue angle of 119.5º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43BB42 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 187 | 66 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.27 |
| HSL | 119.5º | 0.48% | 0.5% | - |
| HSV(B) | 119.5º | 0.65% | 0.73% | - |
| XYZ | 21.07 | 37.13 | 11.21 | - |
| YUV | 137.33 | 87.74 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 187 | 66 | 0.64 | 0 | 0.65 | 0.27 | 119.5 | 0.48 | 0.5 |
| Hex | 43 | BB | 42 | 40 | 0 | 41 | 1B | 78 | 30 | 32 |
| Octal | 103 | 273 | 102 | 100 | 0 | 101 | 33 | 170 | 60 | 62 |
| Binary | 1000011 | 10111011 | 1000010 | 1000000 | 0 | 1000001 | 11011 | 1111000 | 110000 | 110010 |
Color Harmonies of #43BB42
Complementary color
Monochromatic Colors of #43BB42
Black with #43BB42
Text Example
Text Example
White with #43BB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BB42; }
p { color: rgb(67,187,66); }
H1.HeaderClassName
{
color: #43BB42;
}
.AnyTagClassName
{
color: #43BB42;
}
</style>
background-color css
<style>
a { background-color: #43BB42; }
a { background-color: rgb(67,187,66); }
div.DivClassName
{
background-color: #43BB42;
}
.BgClassName
{
background-color: #43BB42;
}
</style>
border-color css
<style>
span { border-color: #43BB42; }
span { border-color: rgb(67,187,66); }
td.TdClassName
{
border-color: #43BB42;
}
.TagClassName
{
border-color: #43BB42;
}
</style>