#46B73A

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

Shades of Lime Green #46B73A

Tints of Lime Green #46B73A

Color information

#46B73A (or 0x46B73A) is unknown color: approx Lime Green. HEX triplet: 46, B7 and 3A. RGB value is (70,183,58). Sum of RGB (Red+Green+Blue) = 70+183+58=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #46B73A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B73A is #B948C5. Grayscale: #878787. Windows color (decimal): -12142790 or 3848006. OLE color: 3848006.

HSL color Cylindrical-coordinate representation of color #46B73A: hue angle of 114.24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46B73A is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB7018358-
CMYK0.6200.680.28
HSL114.24º51.87%47.25%-
HSV(B)114.24º68.31%71.76%-
XYZ20.2235.479.78-
YUV134.9684.5681.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.51%
GREEN value IS 183 (71.88% from 255) = 58.84%
BLUE value IS 58 (23.05% from 255) = 18.65%
R=22.51%
G=58.84%
B=18.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal70183580.6200.680.28114.2451.8747.25
Hex46B73A3E0441C72342f
Octal10626772760104341626457
Binary10001101011011111101011111001000100111001110010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,183,58); }

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

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

 a { background-color: rgb(70,183,58); }

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

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

 span { border-color: rgb(70,183,58); }

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