#3AD145

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

Shades of Lime Green #3AD145

Tints of Lime Green #3AD145

Color information

#3AD145 (or 0x3AD145) is unknown color: approx Lime Green. HEX triplet: 3A, D1 and 45. RGB value is (58,209,69). Sum of RGB (Red+Green+Blue) = 58+209+69=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 209 (82.03% from 255 or 62.20% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD145 is #C52EBA. Grayscale: #949494. Windows color (decimal): -12922555 or 4575546. OLE color: 4575546.

HSL color Cylindrical-coordinate representation of color #3AD145: hue angle of 124.37º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD145 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB5820969-
CMYK0.7200.670.18
HSL124.37º62.14%52.35%-
HSV(B)124.37º72.25%81.96%-
XYZ25.6246.9313.34-
YUV147.8983.4763.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.26%
GREEN value IS 209 (82.03% from 255) = 62.20%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=17.26%
G=62.20%
B=20.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58209690.7200.670.18124.3762.1452.35
Hex3AD14548043127c3e34
Octal723211051100103221747664
Binary111010110100011000101100100001000011100101111100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,209,69); }

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

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

 a { background-color: rgb(58,209,69); }

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

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

 span { border-color: rgb(58,209,69); }

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