Shades of Lime Green #42BD44
Tints of Lime Green #42BD44
RGB
CMYK
RGB Variations
Color information
#42BD44 (or 0x42BD44) is known color: Lime Green. HEX triplet: 42, BD and 44. RGB value is (66,189,68). Sum of RGB (Red+Green+Blue) = 66+189+68=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 189 (74.22% from 255 or 58.51% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BD44 is #BD42BB. Grayscale: #8A8A8A. Windows color (decimal): -12403388 or 4504898. OLE color: 4504898.
HSL color Cylindrical-coordinate representation of color #42BD44: hue angle of 120.98º 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 #42BD44 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 68 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.26 |
| HSL | 120.98º | 0.48% | 0.5% | - |
| HSV(B) | 120.98º | 0.65% | 0.74% | - |
| XYZ | 21.49 | 37.97 | 11.67 | - |
| YUV | 138.43 | 88.25 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 68 | 0.65 | 0 | 0.64 | 0.26 | 120.98 | 0.48 | 0.5 |
| Hex | 42 | BD | 44 | 41 | 0 | 40 | 1A | 79 | 30 | 32 |
| Octal | 102 | 275 | 104 | 101 | 0 | 100 | 32 | 171 | 60 | 62 |
| Binary | 1000010 | 10111101 | 1000100 | 1000001 | 0 | 1000000 | 11010 | 1111001 | 110000 | 110010 |
Color Harmonies of #42BD44
Complementary color
Monochromatic Colors of #42BD44
Black with #42BD44
Text Example
Text Example
White with #42BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD44; }
p { color: rgb(66,189,68); }
H1.HeaderClassName
{
color: #42BD44;
}
.AnyTagClassName
{
color: #42BD44;
}
</style>
background-color css
<style>
a { background-color: #42BD44; }
a { background-color: rgb(66,189,68); }
div.DivClassName
{
background-color: #42BD44;
}
.BgClassName
{
background-color: #42BD44;
}
</style>
border-color css
<style>
span { border-color: #42BD44; }
span { border-color: rgb(66,189,68); }
td.TdClassName
{
border-color: #42BD44;
}
.TagClassName
{
border-color: #42BD44;
}
</style>