Shades of Lime Green #46EE42
Tints of Lime Green #46EE42
RGB
CMYK
RGB Variations
Color information
#46EE42 (or 0x46EE42) is known color: Lime Green. HEX triplet: 46, EE and 42. RGB value is (70,238,66). Sum of RGB (Red+Green+Blue) = 70+238+66=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 238 (93.36% from 255 or 63.64% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 238 - color contains mainly: green. Hex color #46EE42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EE42 is #B911BD. Grayscale: #A8A8A8. Windows color (decimal): -12128702 or 4386374. OLE color: 4386374.
HSL color Cylindrical-coordinate representation of color #46EE42: hue angle of 118.6º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46EE42 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 238 | 66 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.07 |
| HSL | 118.6º | 0.83% | 0.6% | - |
| HSV(B) | 118.6º | 0.72% | 0.93% | - |
| XYZ | 34.08 | 62.84 | 15.49 | - |
| YUV | 168.16 | 70.34 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 238 | 66 | 0.71 | 0 | 0.72 | 0.07 | 118.6 | 0.83 | 0.6 |
| Hex | 46 | EE | 42 | 47 | 0 | 48 | 7 | 77 | 53 | 3C |
| Octal | 106 | 356 | 102 | 107 | 0 | 110 | 7 | 167 | 123 | 74 |
| Binary | 1000110 | 11101110 | 1000010 | 1000111 | 0 | 1001000 | 111 | 1110111 | 1010011 | 111100 |
Color Harmonies of #46EE42
Complementary color
Monochromatic Colors of #46EE42
Black with #46EE42
Text Example
Text Example
White with #46EE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EE42; }
p { color: rgb(70,238,66); }
H1.HeaderClassName
{
color: #46EE42;
}
.AnyTagClassName
{
color: #46EE42;
}
</style>
background-color css
<style>
a { background-color: #46EE42; }
a { background-color: rgb(70,238,66); }
div.DivClassName
{
background-color: #46EE42;
}
.BgClassName
{
background-color: #46EE42;
}
</style>
border-color css
<style>
span { border-color: #46EE42; }
span { border-color: rgb(70,238,66); }
td.TdClassName
{
border-color: #46EE42;
}
.TagClassName
{
border-color: #46EE42;
}
</style>