#3AC14C

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

Shades of Lime Green #3AC14C

Tints of Lime Green #3AC14C

Color information

#3AC14C (or 0x3AC14C) is unknown color: approx Lime Green. HEX triplet: 3A, C1 and 4C. RGB value is (58,193,76). Sum of RGB (Red+Green+Blue) = 58+193+76=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC14C is #C53EB3. Grayscale: #8B8B8B. Windows color (decimal): -12926644 or 5030202. OLE color: 5030202.

HSL color Cylindrical-coordinate representation of color #3AC14C: hue angle of 128º 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 #3AC14C is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB5819376-
CMYK0.7000.610.24
HSL128º53.78%49.22%-
HSV(B)128º69.95%75.69%-
XYZ22.1239.5613.31-
YUV139.392.2770.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.74%
GREEN value IS 193 (75.78% from 255) = 59.02%
BLUE value IS 76 (30.08% from 255) = 23.24%
R=17.74%
G=59.02%
B=23.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58193760.7000.610.2412853.7849.22
Hex3AC14C4603D18803631
Octal72301114106075302006661
Binary111010110000011001100100011001111011100010000000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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