Shades of Lime Green #46FF38
Tints of Lime Green #46FF38
RGB
CMYK
RGB Variations
Color information
#46FF38 (or 0x46FF38) is known color: Lime Green. HEX triplet: 46, FF and 38. RGB value is (70,255,56). Sum of RGB (Red+Green+Blue) = 70+255+56=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FF38 is #B900C7. Grayscale: #B1B1B1. Windows color (decimal): -12124360 or 3735366. OLE color: 3735366.
HSL color Cylindrical-coordinate representation of color #46FF38: hue angle of 115.78º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46FF38 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 56 | - |
| CMYK | 0.73 | 0 | 0.78 | 0 |
| HSL | 115.78º | 1% | 0.61% | - |
| HSV(B) | 115.78º | 0.78% | 1% | - |
| XYZ | 39 | 73.11 | 15.8 | - |
| YUV | 177 | 59.71 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 56 | 0.73 | 0 | 0.78 | 0 | 115.78 | 1 | 0.61 |
| Hex | 46 | FF | 38 | 49 | 0 | 4E | 0 | 74 | 64 | 3D |
| Octal | 106 | 377 | 70 | 111 | 0 | 116 | 0 | 164 | 144 | 75 |
| Binary | 1000110 | 11111111 | 111000 | 1001001 | 0 | 1001110 | 0 | 1110100 | 1100100 | 111101 |
Color Harmonies of #46FF38
Complementary color
Monochromatic Colors of #46FF38
Black with #46FF38
Text Example
Text Example
White with #46FF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF38; }
p { color: rgb(70,255,56); }
H1.HeaderClassName
{
color: #46FF38;
}
.AnyTagClassName
{
color: #46FF38;
}
</style>
background-color css
<style>
a { background-color: #46FF38; }
a { background-color: rgb(70,255,56); }
div.DivClassName
{
background-color: #46FF38;
}
.BgClassName
{
background-color: #46FF38;
}
</style>
border-color css
<style>
span { border-color: #46FF38; }
span { border-color: rgb(70,255,56); }
td.TdClassName
{
border-color: #46FF38;
}
.TagClassName
{
border-color: #46FF38;
}
</style>