#3AC24F

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

Shades of Lime Green #3AC24F

Tints of Lime Green #3AC24F

Color information

#3AC24F (or 0x3AC24F) is unknown color: approx Lime Green. HEX triplet: 3A, C2 and 4F. RGB value is (58,194,79). Sum of RGB (Red+Green+Blue) = 58+194+79=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC24F is #C53DB0. Grayscale: #8C8C8C. Windows color (decimal): -12926385 or 5227066. OLE color: 5227066.

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

Color convert

RGB5819479-
CMYK0.7000.590.24
HSL129.26º53.97%49.41%-
HSV(B)129.26º70.1%76.08%-
XYZ22.4540.0513.94-
YUV140.2393.4469.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.52%
GREEN value IS 194 (76.17% from 255) = 58.61%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=17.52%
G=58.61%
B=23.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58194790.7000.590.24129.2653.9749.41
Hex3AC24F4603B18813631
Octal72302117106073302016661
Binary111010110000101001111100011001110111100010000001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,194,79); }

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

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

 a { background-color: rgb(58,194,79); }

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

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

 span { border-color: rgb(58,194,79); }

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