Shades of Lime Green #42BD43
Tints of Lime Green #42BD43
RGB
CMYK
RGB Variations
Color information
#42BD43 (or 0x42BD43) is known color: Lime Green. HEX triplet: 42, BD and 43. RGB value is (66,189,67). Sum of RGB (Red+Green+Blue) = 66+189+67=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 189 (74.22% from 255 or 58.70% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BD43 is #BD42BC. Grayscale: #8A8A8A. Windows color (decimal): -12403389 or 4439362. OLE color: 4439362.
HSL color Cylindrical-coordinate representation of color #42BD43: hue angle of 120.49º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BD43 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 67 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.26 |
| HSL | 120.49º | 0.48% | 0.5% | - |
| HSV(B) | 120.49º | 0.65% | 0.74% | - |
| XYZ | 21.46 | 37.96 | 11.51 | - |
| YUV | 138.32 | 87.75 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 67 | 0.65 | 0 | 0.65 | 0.26 | 120.49 | 0.48 | 0.5 |
| Hex | 42 | BD | 43 | 41 | 0 | 41 | 1A | 78 | 30 | 32 |
| Octal | 102 | 275 | 103 | 101 | 0 | 101 | 32 | 170 | 60 | 62 |
| Binary | 1000010 | 10111101 | 1000011 | 1000001 | 0 | 1000001 | 11010 | 1111000 | 110000 | 110010 |
Color Harmonies of #42BD43
Complementary color
Monochromatic Colors of #42BD43
Black with #42BD43
Text Example
Text Example
White with #42BD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD43; }
p { color: rgb(66,189,67); }
H1.HeaderClassName
{
color: #42BD43;
}
.AnyTagClassName
{
color: #42BD43;
}
</style>
background-color css
<style>
a { background-color: #42BD43; }
a { background-color: rgb(66,189,67); }
div.DivClassName
{
background-color: #42BD43;
}
.BgClassName
{
background-color: #42BD43;
}
</style>
border-color css
<style>
span { border-color: #42BD43; }
span { border-color: rgb(66,189,67); }
td.TdClassName
{
border-color: #42BD43;
}
.TagClassName
{
border-color: #42BD43;
}
</style>