Shades of Lime Green #46C03B
Tints of Lime Green #46C03B
RGB
CMYK
RGB Variations
Color information
#46C03B (or 0x46C03B) is known color: Lime Green. HEX triplet: 46, C0 and 3B. RGB value is (70,192,59). Sum of RGB (Red+Green+Blue) = 70+192+59=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #46C03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C03B is #B93FC4. Grayscale: #8C8C8C. Windows color (decimal): -12140485 or 3915846. OLE color: 3915846.
HSL color Cylindrical-coordinate representation of color #46C03B: hue angle of 115.04º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46C03B is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 192 | 59 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.25 |
| HSL | 115.04º | 0.53% | 0.49% | - |
| HSV(B) | 115.04º | 0.69% | 0.75% | - |
| XYZ | 22.16 | 39.32 | 10.56 | - |
| YUV | 140.36 | 82.08 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 192 | 59 | 0.64 | 0 | 0.69 | 0.25 | 115.04 | 0.53 | 0.49 |
| Hex | 46 | C0 | 3B | 40 | 0 | 45 | 19 | 73 | 35 | 31 |
| Octal | 106 | 300 | 73 | 100 | 0 | 105 | 31 | 163 | 65 | 61 |
| Binary | 1000110 | 11000000 | 111011 | 1000000 | 0 | 1000101 | 11001 | 1110011 | 110101 | 110001 |
Color Harmonies of #46C03B
Complementary color
Monochromatic Colors of #46C03B
Black with #46C03B
Text Example
Text Example
White with #46C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C03B; }
p { color: rgb(70,192,59); }
H1.HeaderClassName
{
color: #46C03B;
}
.AnyTagClassName
{
color: #46C03B;
}
</style>
background-color css
<style>
a { background-color: #46C03B; }
a { background-color: rgb(70,192,59); }
div.DivClassName
{
background-color: #46C03B;
}
.BgClassName
{
background-color: #46C03B;
}
</style>
border-color css
<style>
span { border-color: #46C03B; }
span { border-color: rgb(70,192,59); }
td.TdClassName
{
border-color: #46C03B;
}
.TagClassName
{
border-color: #46C03B;
}
</style>