#3AC34D

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

Shades of Lime Green #3AC34D

Tints of Lime Green #3AC34D

Color information

#3AC34D (or 0x3AC34D) is unknown color: approx Lime Green. HEX triplet: 3A, C3 and 4D. RGB value is (58,195,77). Sum of RGB (Red+Green+Blue) = 58+195+77=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC34D is #C53CB2. Grayscale: #8C8C8C. Windows color (decimal): -12926131 or 5096250. OLE color: 5096250.

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

Color convert

RGB5819577-
CMYK0.7000.610.24
HSL128.32º54.15%49.61%-
HSV(B)128.32º70.26%76.47%-
XYZ22.640.4713.64-
YUV140.5892.1169.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.58%
GREEN value IS 195 (76.56% from 255) = 59.09%
BLUE value IS 77 (30.47% from 255) = 23.33%
R=17.58%
G=59.09%
B=23.33%

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
Decimal58195770.7000.610.24128.3254.1549.61
Hex3AC34D4603D18803632
Octal72303115106075302006662
Binary111010110000111001101100011001111011100010000000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,195,77); }

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

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

 a { background-color: rgb(58,195,77); }

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

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

 span { border-color: rgb(58,195,77); }

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