#3AD94A

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

Shades of Lime Green #3AD94A

Tints of Lime Green #3AD94A

Color information

#3AD94A (or 0x3AD94A) is unknown color: approx Lime Green. HEX triplet: 3A, D9 and 4A. RGB value is (58,217,74). Sum of RGB (Red+Green+Blue) = 58+217+74=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 217 (85.16% from 255 or 62.18% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD94A is #C526B5. Grayscale: #999999. Windows color (decimal): -12920502 or 4905274. OLE color: 4905274.

HSL color Cylindrical-coordinate representation of color #3AD94A: hue angle of 126.04º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD94A is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB5821774-
CMYK0.7300.660.15
HSL126.04º67.66%53.92%-
HSV(B)126.04º73.27%85.1%-
XYZ27.7951.0214.86-
YUV153.1683.3260.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.62%
GREEN value IS 217 (85.16% from 255) = 62.18%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=16.62%
G=62.18%
B=21.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal58217740.7300.660.15126.0467.6653.92
Hex3AD94A49042F7e4436
Octal7233111211101021717610466
Binary111010110110011001010100100101000010111111111101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,217,74); }

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

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

 a { background-color: rgb(58,217,74); }

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

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

 span { border-color: rgb(58,217,74); }

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