#46C53D

Color #46C53D Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #46C53D

Tints of Lime Green #46C53D

Color information

#46C53D (or 0x46C53D) is unknown color: approx Lime Green. HEX triplet: 46, C5 and 3D. RGB value is (70,197,61). Sum of RGB (Red+Green+Blue) = 70+197+61=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 197 (77.34% from 255 or 60.06% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 197 - color contains mainly: green. Hex color #46C53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C53D is #B93AC2. Grayscale: #8F8F8F. Windows color (decimal): -12139203 or 4048198. OLE color: 4048198.

HSL color Cylindrical-coordinate representation of color #46C53D: hue angle of 116.03º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46C53D is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB7019761-
CMYK0.6400.690.23
HSL116.03º53.97%50.59%-
HSV(B)116.03º69.04%77.25%-
XYZ23.3341.5711.21-
YUV143.5281.4275.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 21.34%
GREEN value IS 197 (77.34% from 255) = 60.06%
BLUE value IS 61 (24.22% from 255) = 18.60%
R=21.34%
G=60.06%
B=18.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal70197610.6400.690.23116.0353.9750.59
Hex46C53D4004517743633
Octal106305751000105271646663
Binary100011011000101111101100000001000101101111110100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46C53D; }

 p { color: rgb(70,197,61); }

 H1.HeaderClassName
 {
   color: #46C53D;
 }
 .AnyTagClassName
 {
   color: #46C53D;
 }
</style>
background-color css

<style>
 a { background-color: #46C53D; }

 a { background-color: rgb(70,197,61); }

 div.DivClassName
 {
   background-color: #46C53D;
 }
 .BgClassName
 {
   background-color: #46C53D;
 }
</style>
border-color css

<style>
 span { border-color: #46C53D; }

 span { border-color: rgb(70,197,61); }

 td.TdClassName
 {
   border-color: #46C53D;
 }
 .TagClassName
 {
   border-color: #46C53D;
 }
</style>