Shades of Lime Green #46CE38
Tints of Lime Green #46CE38
RGB
CMYK
RGB Variations
Color information
#46CE38 (or 0x46CE38) is known color: Lime Green. HEX triplet: 46, CE and 38. RGB value is (70,206,56). Sum of RGB (Red+Green+Blue) = 70+206+56=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #46CE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CE38 is #B931C7. Grayscale: #949494. Windows color (decimal): -12136904 or 3722822. OLE color: 3722822.
HSL color Cylindrical-coordinate representation of color #46CE38: hue angle of 114.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46CE38 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 56 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.19 |
| HSL | 114.4º | 0.6% | 0.51% | - |
| HSV(B) | 114.4º | 0.73% | 0.81% | - |
| XYZ | 25.31 | 45.73 | 11.23 | - |
| YUV | 148.24 | 75.94 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 56 | 0.66 | 0 | 0.73 | 0.19 | 114.4 | 0.6 | 0.51 |
| Hex | 46 | CE | 38 | 42 | 0 | 49 | 13 | 72 | 3C | 33 |
| Octal | 106 | 316 | 70 | 102 | 0 | 111 | 23 | 162 | 74 | 63 |
| Binary | 1000110 | 11001110 | 111000 | 1000010 | 0 | 1001001 | 10011 | 1110010 | 111100 | 110011 |
Color Harmonies of #46CE38
Complementary color
Monochromatic Colors of #46CE38
Black with #46CE38
Text Example
Text Example
White with #46CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CE38; }
p { color: rgb(70,206,56); }
H1.HeaderClassName
{
color: #46CE38;
}
.AnyTagClassName
{
color: #46CE38;
}
</style>
background-color css
<style>
a { background-color: #46CE38; }
a { background-color: rgb(70,206,56); }
div.DivClassName
{
background-color: #46CE38;
}
.BgClassName
{
background-color: #46CE38;
}
</style>
border-color css
<style>
span { border-color: #46CE38; }
span { border-color: rgb(70,206,56); }
td.TdClassName
{
border-color: #46CE38;
}
.TagClassName
{
border-color: #46CE38;
}
</style>