Shades of Lime Green #46C33C
Tints of Lime Green #46C33C
RGB
CMYK
RGB Variations
Color information
#46C33C (or 0x46C33C) is known color: Lime Green. HEX triplet: 46, C3 and 3C. RGB value is (70,195,60). Sum of RGB (Red+Green+Blue) = 70+195+60=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 195 (76.56% from 255 or 60% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 195 - color contains mainly: green. Hex color #46C33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C33C is #B93CC3. Grayscale: #8E8E8E. Windows color (decimal): -12139716 or 3982150. OLE color: 3982150.
HSL color Cylindrical-coordinate representation of color #46C33C: hue angle of 115.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46C33C is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 195 | 60 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.24 |
| HSL | 115.56º | 0.53% | 0.5% | - |
| HSV(B) | 115.56º | 0.69% | 0.76% | - |
| XYZ | 22.86 | 40.66 | 10.92 | - |
| YUV | 142.24 | 81.59 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 195 | 60 | 0.64 | 0 | 0.69 | 0.24 | 115.56 | 0.53 | 0.5 |
| Hex | 46 | C3 | 3C | 40 | 0 | 45 | 18 | 74 | 35 | 32 |
| Octal | 106 | 303 | 74 | 100 | 0 | 105 | 30 | 164 | 65 | 62 |
| Binary | 1000110 | 11000011 | 111100 | 1000000 | 0 | 1000101 | 11000 | 1110100 | 110101 | 110010 |
Color Harmonies of #46C33C
Complementary color
Monochromatic Colors of #46C33C
Black with #46C33C
Text Example
Text Example
White with #46C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C33C; }
p { color: rgb(70,195,60); }
H1.HeaderClassName
{
color: #46C33C;
}
.AnyTagClassName
{
color: #46C33C;
}
</style>
background-color css
<style>
a { background-color: #46C33C; }
a { background-color: rgb(70,195,60); }
div.DivClassName
{
background-color: #46C33C;
}
.BgClassName
{
background-color: #46C33C;
}
</style>
border-color css
<style>
span { border-color: #46C33C; }
span { border-color: rgb(70,195,60); }
td.TdClassName
{
border-color: #46C33C;
}
.TagClassName
{
border-color: #46C33C;
}
</style>