#3AC43B

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

Shades of Lime Green #3AC43B

Tints of Lime Green #3AC43B

Color information

#3AC43B (or 0x3AC43B) is unknown color: approx Lime Green. HEX triplet: 3A, C4 and 3B. RGB value is (58,196,59). Sum of RGB (Red+Green+Blue) = 58+196+59=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 196 (76.95% from 255 or 62.62% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC43B is #C53BC4. Grayscale: #8B8B8B. Windows color (decimal): -12925893 or 3916858. OLE color: 3916858.

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

Color convert

RGB5819659-
CMYK0.7000.700.23
HSL120.43º54.33%49.8%-
HSV(B)120.43º70.41%76.86%-
XYZ22.2740.710.82-
YUV139.1282.7870.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.53%
GREEN value IS 196 (76.95% from 255) = 62.62%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=18.53%
G=62.62%
B=18.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal58196590.7000.700.23120.4354.3349.8
Hex3AC43B4604617783632
Octal72304731060106271706662
Binary11101011000100111011100011001000110101111111000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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