#3ABD48

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

Shades of Lime Green #3ABD48

Tints of Lime Green #3ABD48

Color information

#3ABD48 (or 0x3ABD48) is unknown color: approx Lime Green. HEX triplet: 3A, BD and 48. RGB value is (58,189,72). Sum of RGB (Red+Green+Blue) = 58+189+72=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABD48 is #C542B7. Grayscale: #888888. Windows color (decimal): -12927672 or 4767034. OLE color: 4767034.

HSL color Cylindrical-coordinate representation of color #3ABD48: hue angle of 126.41º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABD48 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB5818972-
CMYK0.6900.620.26
HSL126.41º53.04%48.43%-
HSV(B)126.41º69.31%74.12%-
XYZ21.1137.7612.31-
YUV136.4991.672.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.18%
GREEN value IS 189 (74.22% from 255) = 59.25%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=18.18%
G=59.25%
B=22.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal58189720.6900.620.26126.4153.0448.43
Hex3ABD484503E1A7e3530
Octal72275110105076321766560
Binary11101010111101100100010001010111110110101111110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,189,72); }

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

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

 a { background-color: rgb(58,189,72); }

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

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

 span { border-color: rgb(58,189,72); }

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