Shades of Lime Green #42CD41
Tints of Lime Green #42CD41
RGB
CMYK
RGB Variations
Color information
#42CD41 (or 0x42CD41) is known color: Lime Green. HEX triplet: 42, CD and 41. RGB value is (66,205,65). Sum of RGB (Red+Green+Blue) = 66+205+65=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 205 (80.47% from 255 or 61.01% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CD41 is #BD32BE. Grayscale: #939393. Windows color (decimal): -12399295 or 4312386. OLE color: 4312386.
HSL color Cylindrical-coordinate representation of color #42CD41: hue angle of 119.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CD41 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 205 | 65 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.20 |
| HSL | 119.57º | 0.58% | 0.53% | - |
| HSV(B) | 119.57º | 0.68% | 0.8% | - |
| XYZ | 25.03 | 45.2 | 12.41 | - |
| YUV | 147.48 | 81.45 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 65 | 0.68 | 0 | 0.68 | 0.20 | 119.57 | 0.58 | 0.53 |
| Hex | 42 | CD | 41 | 44 | 0 | 44 | 14 | 78 | 3A | 35 |
| Octal | 102 | 315 | 101 | 104 | 0 | 104 | 24 | 170 | 72 | 65 |
| Binary | 1000010 | 11001101 | 1000001 | 1000100 | 0 | 1000100 | 10100 | 1111000 | 111010 | 110101 |
Color Harmonies of #42CD41
Complementary color
Monochromatic Colors of #42CD41
Black with #42CD41
Text Example
Text Example
White with #42CD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CD41; }
p { color: rgb(66,205,65); }
H1.HeaderClassName
{
color: #42CD41;
}
.AnyTagClassName
{
color: #42CD41;
}
</style>
background-color css
<style>
a { background-color: #42CD41; }
a { background-color: rgb(66,205,65); }
div.DivClassName
{
background-color: #42CD41;
}
.BgClassName
{
background-color: #42CD41;
}
</style>
border-color css
<style>
span { border-color: #42CD41; }
span { border-color: rgb(66,205,65); }
td.TdClassName
{
border-color: #42CD41;
}
.TagClassName
{
border-color: #42CD41;
}
</style>