Shades of Lime Green #42E13D
Tints of Lime Green #42E13D
RGB
CMYK
RGB Variations
Color information
#42E13D (or 0x42E13D) is known color: Lime Green. HEX triplet: 42, E1 and 3D. RGB value is (66,225,61). Sum of RGB (Red+Green+Blue) = 66+225+61=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 225 (88.28% from 255 or 63.92% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 225 - color contains mainly: green. Hex color #42E13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E13D is #BD1EC2. Grayscale: #9F9F9F. Windows color (decimal): -12394179 or 4055362. OLE color: 4055362.
HSL color Cylindrical-coordinate representation of color #42E13D: hue angle of 118.17º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42E13D is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 225 | 61 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.12 |
| HSL | 118.17º | 0.73% | 0.56% | - |
| HSV(B) | 118.17º | 0.73% | 0.88% | - |
| XYZ | 30.01 | 55.35 | 13.52 | - |
| YUV | 158.76 | 72.82 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 225 | 61 | 0.71 | 0 | 0.73 | 0.12 | 118.17 | 0.73 | 0.56 |
| Hex | 42 | E1 | 3D | 47 | 0 | 49 | C | 76 | 49 | 38 |
| Octal | 102 | 341 | 75 | 107 | 0 | 111 | 14 | 166 | 111 | 70 |
| Binary | 1000010 | 11100001 | 111101 | 1000111 | 0 | 1001001 | 1100 | 1110110 | 1001001 | 111000 |
Color Harmonies of #42E13D
Complementary color
Monochromatic Colors of #42E13D
Black with #42E13D
Text Example
Text Example
White with #42E13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E13D; }
p { color: rgb(66,225,61); }
H1.HeaderClassName
{
color: #42E13D;
}
.AnyTagClassName
{
color: #42E13D;
}
</style>
background-color css
<style>
a { background-color: #42E13D; }
a { background-color: rgb(66,225,61); }
div.DivClassName
{
background-color: #42E13D;
}
.BgClassName
{
background-color: #42E13D;
}
</style>
border-color css
<style>
span { border-color: #42E13D; }
span { border-color: rgb(66,225,61); }
td.TdClassName
{
border-color: #42E13D;
}
.TagClassName
{
border-color: #42E13D;
}
</style>