Shades of Lime Green #42E949
Tints of Lime Green #42E949
RGB
CMYK
RGB Variations
Color information
#42E949 (or 0x42E949) is known color: Lime Green. HEX triplet: 42, E9 and 49. RGB value is (66,233,73). Sum of RGB (Red+Green+Blue) = 66+233+73=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 233 (91.41% from 255 or 62.63% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 233 - color contains mainly: green. Hex color #42E949 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E949 is #BD16B6. Grayscale: #A5A5A5. Windows color (decimal): -12392119 or 4843842. OLE color: 4843842.
HSL color Cylindrical-coordinate representation of color #42E949: hue angle of 122.51º 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 #42E949 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 73 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.09 |
| HSL | 122.52º | 0.79% | 0.59% | - |
| HSV(B) | 122.52º | 0.72% | 0.91% | - |
| XYZ | 32.59 | 59.92 | 16.15 | - |
| YUV | 164.83 | 76.17 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 73 | 0.72 | 0 | 0.69 | 0.09 | 122.52 | 0.79 | 0.59 |
| Hex | 42 | E9 | 49 | 48 | 0 | 45 | 9 | 7B | 4F | 3B |
| Octal | 102 | 351 | 111 | 110 | 0 | 105 | 11 | 173 | 117 | 73 |
| Binary | 1000010 | 11101001 | 1001001 | 1001000 | 0 | 1000101 | 1001 | 1111011 | 1001111 | 111011 |
Color Harmonies of #42E949
Complementary color
Monochromatic Colors of #42E949
Black with #42E949
Text Example
Text Example
White with #42E949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E949; }
p { color: rgb(66,233,73); }
H1.HeaderClassName
{
color: #42E949;
}
.AnyTagClassName
{
color: #42E949;
}
</style>
background-color css
<style>
a { background-color: #42E949; }
a { background-color: rgb(66,233,73); }
div.DivClassName
{
background-color: #42E949;
}
.BgClassName
{
background-color: #42E949;
}
</style>
border-color css
<style>
span { border-color: #42E949; }
span { border-color: rgb(66,233,73); }
td.TdClassName
{
border-color: #42E949;
}
.TagClassName
{
border-color: #42E949;
}
</style>