#3AC14B

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

Shades of Lime Green #3AC14B

Tints of Lime Green #3AC14B

Color information

#3AC14B (or 0x3AC14B) is unknown color: approx Lime Green. HEX triplet: 3A, C1 and 4B. RGB value is (58,193,75). Sum of RGB (Red+Green+Blue) = 58+193+75=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC14B is #C53EB4. Grayscale: #8B8B8B. Windows color (decimal): -12926645 or 4964666. OLE color: 4964666.

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

Color convert

RGB5819375-
CMYK0.7000.610.24
HSL127.56º53.78%49.22%-
HSV(B)127.56º69.95%75.69%-
XYZ22.0839.5513.13-
YUV139.1891.7770.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.79%
GREEN value IS 193 (75.78% from 255) = 59.20%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=17.79%
G=59.20%
B=23.01%

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
Decimal58193750.7000.610.24127.5653.7849.22
Hex3AC14B4603D18803631
Octal72301113106075302006661
Binary111010110000011001011100011001111011100010000000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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