Shades of Lime Green #42E945
Tints of Lime Green #42E945
RGB
CMYK
RGB Variations
Color information
#42E945 (or 0x42E945) is known color: Lime Green. HEX triplet: 42, E9 and 45. RGB value is (66,233,69). Sum of RGB (Red+Green+Blue) = 66+233+69=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 233 (91.41% from 255 or 63.32% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 233 - color contains mainly: green. Hex color #42E945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E945 is #BD16BA. Grayscale: #A4A4A4. Windows color (decimal): -12392123 or 4581698. OLE color: 4581698.
HSL color Cylindrical-coordinate representation of color #42E945: hue angle of 121.08º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E945 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 69 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.09 |
| HSL | 121.08º | 0.79% | 0.59% | - |
| HSV(B) | 121.08º | 0.72% | 0.91% | - |
| XYZ | 32.46 | 59.87 | 15.47 | - |
| YUV | 164.37 | 74.17 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 69 | 0.72 | 0 | 0.70 | 0.09 | 121.08 | 0.79 | 0.59 |
| Hex | 42 | E9 | 45 | 48 | 0 | 46 | 9 | 79 | 4F | 3B |
| Octal | 102 | 351 | 105 | 110 | 0 | 106 | 11 | 171 | 117 | 73 |
| Binary | 1000010 | 11101001 | 1000101 | 1001000 | 0 | 1000110 | 1001 | 1111001 | 1001111 | 111011 |
Color Harmonies of #42E945
Complementary color
Monochromatic Colors of #42E945
Black with #42E945
Text Example
Text Example
White with #42E945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E945; }
p { color: rgb(66,233,69); }
H1.HeaderClassName
{
color: #42E945;
}
.AnyTagClassName
{
color: #42E945;
}
</style>
background-color css
<style>
a { background-color: #42E945; }
a { background-color: rgb(66,233,69); }
div.DivClassName
{
background-color: #42E945;
}
.BgClassName
{
background-color: #42E945;
}
</style>
border-color css
<style>
span { border-color: #42E945; }
span { border-color: rgb(66,233,69); }
td.TdClassName
{
border-color: #42E945;
}
.TagClassName
{
border-color: #42E945;
}
</style>