Shades of Lime Green #42E950
Tints of Lime Green #42E950
RGB
CMYK
RGB Variations
Color information
#42E950 (or 0x42E950) is known color: Lime Green. HEX triplet: 42, E9 and 50. RGB value is (66,233,80). Sum of RGB (Red+Green+Blue) = 66+233+80=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 233 (91.41% from 255 or 61.48% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 233 - color contains mainly: green. Hex color #42E950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E950 is #BD16AF. Grayscale: #A6A6A6. Windows color (decimal): -12392112 or 5302594. OLE color: 5302594.
HSL color Cylindrical-coordinate representation of color #42E950: hue angle of 125.03º 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 #42E950 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 80 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.09 |
| HSL | 125.03º | 0.79% | 0.59% | - |
| HSV(B) | 125.03º | 0.72% | 0.91% | - |
| XYZ | 32.83 | 60.02 | 17.44 | - |
| YUV | 165.63 | 79.67 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 80 | 0.72 | 0 | 0.66 | 0.09 | 125.03 | 0.79 | 0.59 |
| Hex | 42 | E9 | 50 | 48 | 0 | 42 | 9 | 7D | 4F | 3B |
| Octal | 102 | 351 | 120 | 110 | 0 | 102 | 11 | 175 | 117 | 73 |
| Binary | 1000010 | 11101001 | 1010000 | 1001000 | 0 | 1000010 | 1001 | 1111101 | 1001111 | 111011 |
Color Harmonies of #42E950
Complementary color
Monochromatic Colors of #42E950
Black with #42E950
Text Example
Text Example
White with #42E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E950; }
p { color: rgb(66,233,80); }
H1.HeaderClassName
{
color: #42E950;
}
.AnyTagClassName
{
color: #42E950;
}
</style>
background-color css
<style>
a { background-color: #42E950; }
a { background-color: rgb(66,233,80); }
div.DivClassName
{
background-color: #42E950;
}
.BgClassName
{
background-color: #42E950;
}
</style>
border-color css
<style>
span { border-color: #42E950; }
span { border-color: rgb(66,233,80); }
td.TdClassName
{
border-color: #42E950;
}
.TagClassName
{
border-color: #42E950;
}
</style>