#3ABE47

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

Shades of Lime Green #3ABE47

Tints of Lime Green #3ABE47

Color information

#3ABE47 (or 0x3ABE47) is unknown color: approx Lime Green. HEX triplet: 3A, BE and 47. RGB value is (58,190,71). Sum of RGB (Red+Green+Blue) = 58+190+71=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 190 (74.61% from 255 or 59.56% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABE47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABE47 is #C541B8. Grayscale: #898989. Windows color (decimal): -12927417 or 4701754. OLE color: 4701754.

HSL color Cylindrical-coordinate representation of color #3ABE47: hue angle of 125.91º 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 #3ABE47 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB5819071-
CMYK0.6900.630.25
HSL125.91º53.23%48.63%-
HSV(B)125.91º69.47%74.51%-
XYZ21.338.1812.21-
YUV136.9790.7771.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.18%
GREEN value IS 190 (74.61% from 255) = 59.56%
BLUE value IS 71 (28.12% from 255) = 22.26%
R=18.18%
G=59.56%
B=22.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58190710.6900.630.25125.9153.2348.63
Hex3ABE474503F197e3531
Octal72276107105077311766561
Binary11101010111110100011110001010111111110011111110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ABE47; }

 p { color: rgb(58,190,71); }

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

<style>
 a { background-color: #3ABE47; }

 a { background-color: rgb(58,190,71); }

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

<style>
 span { border-color: #3ABE47; }

 span { border-color: rgb(58,190,71); }

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