Shades of Lime Green #42BD41
Tints of Lime Green #42BD41
RGB
CMYK
RGB Variations
Color information
#42BD41 (or 0x42BD41) is known color: Lime Green. HEX triplet: 42, BD and 41. RGB value is (66,189,65). Sum of RGB (Red+Green+Blue) = 66+189+65=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 189 (74.22% from 255 or 59.06% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BD41 is #BD42BE. Grayscale: #8A8A8A. Windows color (decimal): -12403391 or 4308290. OLE color: 4308290.
HSL color Cylindrical-coordinate representation of color #42BD41: hue angle of 119.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42BD41 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 65 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.26 |
| HSL | 119.52º | 0.49% | 0.5% | - |
| HSV(B) | 119.52º | 0.66% | 0.74% | - |
| XYZ | 21.4 | 37.94 | 11.2 | - |
| YUV | 138.09 | 86.75 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 65 | 0.65 | 0 | 0.66 | 0.26 | 119.52 | 0.49 | 0.5 |
| Hex | 42 | BD | 41 | 41 | 0 | 42 | 1A | 78 | 31 | 32 |
| Octal | 102 | 275 | 101 | 101 | 0 | 102 | 32 | 170 | 61 | 62 |
| Binary | 1000010 | 10111101 | 1000001 | 1000001 | 0 | 1000010 | 11010 | 1111000 | 110001 | 110010 |
Color Harmonies of #42BD41
Complementary color
Monochromatic Colors of #42BD41
Black with #42BD41
Text Example
Text Example
White with #42BD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD41; }
p { color: rgb(66,189,65); }
H1.HeaderClassName
{
color: #42BD41;
}
.AnyTagClassName
{
color: #42BD41;
}
</style>
background-color css
<style>
a { background-color: #42BD41; }
a { background-color: rgb(66,189,65); }
div.DivClassName
{
background-color: #42BD41;
}
.BgClassName
{
background-color: #42BD41;
}
</style>
border-color css
<style>
span { border-color: #42BD41; }
span { border-color: rgb(66,189,65); }
td.TdClassName
{
border-color: #42BD41;
}
.TagClassName
{
border-color: #42BD41;
}
</style>