Shades of Lime Green #42EE39
Tints of Lime Green #42EE39
RGB
CMYK
RGB Variations
Color information
#42EE39 (or 0x42EE39) is known color: Lime Green. HEX triplet: 42, EE and 39. RGB value is (66,238,57). Sum of RGB (Red+Green+Blue) = 66+238+57=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 238 (93.36% from 255 or 65.93% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 238 - color contains mainly: green. Hex color #42EE39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EE39 is #BD11C6. Grayscale: #A6A6A6. Windows color (decimal): -12390855 or 3796546. OLE color: 3796546.
HSL color Cylindrical-coordinate representation of color #42EE39: hue angle of 117.02º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42EE39 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 238 | 57 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.07 |
| HSL | 117.02º | 0.84% | 0.58% | - |
| HSV(B) | 117.02º | 0.76% | 0.93% | - |
| XYZ | 33.56 | 62.6 | 14.19 | - |
| YUV | 165.94 | 66.52 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 238 | 57 | 0.72 | 0 | 0.76 | 0.07 | 117.02 | 0.84 | 0.58 |
| Hex | 42 | EE | 39 | 48 | 0 | 4C | 7 | 75 | 54 | 3A |
| Octal | 102 | 356 | 71 | 110 | 0 | 114 | 7 | 165 | 124 | 72 |
| Binary | 1000010 | 11101110 | 111001 | 1001000 | 0 | 1001100 | 111 | 1110101 | 1010100 | 111010 |
Color Harmonies of #42EE39
Complementary color
Monochromatic Colors of #42EE39
Black with #42EE39
Text Example
Text Example
White with #42EE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EE39; }
p { color: rgb(66,238,57); }
H1.HeaderClassName
{
color: #42EE39;
}
.AnyTagClassName
{
color: #42EE39;
}
</style>
background-color css
<style>
a { background-color: #42EE39; }
a { background-color: rgb(66,238,57); }
div.DivClassName
{
background-color: #42EE39;
}
.BgClassName
{
background-color: #42EE39;
}
</style>
border-color css
<style>
span { border-color: #42EE39; }
span { border-color: rgb(66,238,57); }
td.TdClassName
{
border-color: #42EE39;
}
.TagClassName
{
border-color: #42EE39;
}
</style>