#3AC14D

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

Shades of Lime Green #3AC14D

Tints of Lime Green #3AC14D

Color information

#3AC14D (or 0x3AC14D) is unknown color: approx Lime Green. HEX triplet: 3A, C1 and 4D. RGB value is (58,193,77). Sum of RGB (Red+Green+Blue) = 58+193+77=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC14D is #C53EB2. Grayscale: #8B8B8B. Windows color (decimal): -12926643 or 5095738. OLE color: 5095738.

HSL color Cylindrical-coordinate representation of color #3AC14D: hue angle of 128.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC14D is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB5819377-
CMYK0.7000.600.24
HSL128.44º53.78%49.22%-
HSV(B)128.44º69.95%75.69%-
XYZ22.1539.5813.49-
YUV139.4192.7769.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.68%
GREEN value IS 193 (75.78% from 255) = 58.84%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=17.68%
G=58.84%
B=23.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58193770.7000.600.24128.4453.7849.22
Hex3AC14D4603C18803631
Octal72301115106074302006661
Binary111010110000011001101100011001111001100010000000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,193,77); }

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

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

 a { background-color: rgb(58,193,77); }

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

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

 span { border-color: rgb(58,193,77); }

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