Shades of Lime Green #42E93D
Tints of Lime Green #42E93D
RGB
CMYK
RGB Variations
Color information
#42E93D (or 0x42E93D) is known color: Lime Green. HEX triplet: 42, E9 and 3D. RGB value is (66,233,61). Sum of RGB (Red+Green+Blue) = 66+233+61=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 233 (91.41% from 255 or 64.72% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 233 - color contains mainly: green. Hex color #42E93D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E93D is #BD16C2. Grayscale: #A3A3A3. Windows color (decimal): -12392131 or 4057410. OLE color: 4057410.
HSL color Cylindrical-coordinate representation of color #42E93D: hue angle of 118.26º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42E93D is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 61 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.09 |
| HSL | 118.26º | 0.8% | 0.58% | - |
| HSV(B) | 118.26º | 0.74% | 0.91% | - |
| XYZ | 32.23 | 59.77 | 14.25 | - |
| YUV | 163.46 | 70.17 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 61 | 0.72 | 0 | 0.74 | 0.09 | 118.26 | 0.8 | 0.58 |
| Hex | 42 | E9 | 3D | 48 | 0 | 4A | 9 | 76 | 50 | 3A |
| Octal | 102 | 351 | 75 | 110 | 0 | 112 | 11 | 166 | 120 | 72 |
| Binary | 1000010 | 11101001 | 111101 | 1001000 | 0 | 1001010 | 1001 | 1110110 | 1010000 | 111010 |
Color Harmonies of #42E93D
Complementary color
Monochromatic Colors of #42E93D
Black with #42E93D
Text Example
Text Example
White with #42E93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E93D; }
p { color: rgb(66,233,61); }
H1.HeaderClassName
{
color: #42E93D;
}
.AnyTagClassName
{
color: #42E93D;
}
</style>
background-color css
<style>
a { background-color: #42E93D; }
a { background-color: rgb(66,233,61); }
div.DivClassName
{
background-color: #42E93D;
}
.BgClassName
{
background-color: #42E93D;
}
</style>
border-color css
<style>
span { border-color: #42E93D; }
span { border-color: rgb(66,233,61); }
td.TdClassName
{
border-color: #42E93D;
}
.TagClassName
{
border-color: #42E93D;
}
</style>