#3AC43D

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

Shades of Lime Green #3AC43D

Tints of Lime Green #3AC43D

Color information

#3AC43D (or 0x3AC43D) is unknown color: approx Lime Green. HEX triplet: 3A, C4 and 3D. RGB value is (58,196,61). Sum of RGB (Red+Green+Blue) = 58+196+61=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 196 (76.95% from 255 or 62.22% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC43D is #C53BC2. Grayscale: #8B8B8B. Windows color (decimal): -12925891 or 4047930. OLE color: 4047930.

HSL color Cylindrical-coordinate representation of color #3AC43D: hue angle of 121.3º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC43D is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB5819661-
CMYK0.7000.690.23
HSL121.3º54.33%49.8%-
HSV(B)121.3º70.41%76.86%-
XYZ22.3340.7211.1-
YUV139.3583.7869.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.41%
GREEN value IS 196 (76.95% from 255) = 62.22%
BLUE value IS 61 (24.22% from 255) = 19.37%
R=18.41%
G=62.22%
B=19.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal58196610.7000.690.23121.354.3349.8
Hex3AC43D4604517793632
Octal72304751060105271716662
Binary11101011000100111101100011001000101101111111001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,196,61); }

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

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

 a { background-color: rgb(58,196,61); }

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

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

 span { border-color: rgb(58,196,61); }

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