#3AC14A

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

Shades of Lime Green #3AC14A

Tints of Lime Green #3AC14A

Color information

#3AC14A (or 0x3AC14A) is unknown color: approx Lime Green. HEX triplet: 3A, C1 and 4A. RGB value is (58,193,74). Sum of RGB (Red+Green+Blue) = 58+193+74=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC14A is #C53EB5. Grayscale: #8B8B8B. Windows color (decimal): -12926646 or 4899130. OLE color: 4899130.

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

Color convert

RGB5819374-
CMYK0.7000.620.24
HSL127.11º53.78%49.22%-
HSV(B)127.11º69.95%75.69%-
XYZ22.0539.5312.95-
YUV139.0791.2770.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.85%
GREEN value IS 193 (75.78% from 255) = 59.38%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=17.85%
G=59.38%
B=22.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58193740.7000.620.24127.1153.7849.22
Hex3AC14A4603E187f3631
Octal72301112106076301776661
Binary11101011000001100101010001100111110110001111111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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