Shades of Lime Green #46EE34
Tints of Lime Green #46EE34
RGB
CMYK
RGB Variations
Color information
#46EE34 (or 0x46EE34) is known color: Lime Green. HEX triplet: 46, EE and 34. RGB value is (70,238,52). Sum of RGB (Red+Green+Blue) = 70+238+52=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 238 (93.36% from 255 or 66.11% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 238 - color contains mainly: green. Hex color #46EE34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EE34 is #B911CB. Grayscale: #A7A7A7. Windows color (decimal): -12128716 or 3468870. OLE color: 3468870.
HSL color Cylindrical-coordinate representation of color #46EE34: hue angle of 114.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46EE34 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 238 | 52 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.07 |
| HSL | 114.19º | 0.85% | 0.57% | - |
| HSV(B) | 114.19º | 0.78% | 0.93% | - |
| XYZ | 33.72 | 62.7 | 13.57 | - |
| YUV | 166.56 | 63.34 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 238 | 52 | 0.71 | 0 | 0.78 | 0.07 | 114.19 | 0.85 | 0.57 |
| Hex | 46 | EE | 34 | 47 | 0 | 4E | 7 | 72 | 55 | 39 |
| Octal | 106 | 356 | 64 | 107 | 0 | 116 | 7 | 162 | 125 | 71 |
| Binary | 1000110 | 11101110 | 110100 | 1000111 | 0 | 1001110 | 111 | 1110010 | 1010101 | 111001 |
Color Harmonies of #46EE34
Complementary color
Monochromatic Colors of #46EE34
Black with #46EE34
Text Example
Text Example
White with #46EE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EE34; }
p { color: rgb(70,238,52); }
H1.HeaderClassName
{
color: #46EE34;
}
.AnyTagClassName
{
color: #46EE34;
}
</style>
background-color css
<style>
a { background-color: #46EE34; }
a { background-color: rgb(70,238,52); }
div.DivClassName
{
background-color: #46EE34;
}
.BgClassName
{
background-color: #46EE34;
}
</style>
border-color css
<style>
span { border-color: #46EE34; }
span { border-color: rgb(70,238,52); }
td.TdClassName
{
border-color: #46EE34;
}
.TagClassName
{
border-color: #46EE34;
}
</style>