#3AC04A

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

Shades of Lime Green #3AC04A

Tints of Lime Green #3AC04A

Color information

#3AC04A (or 0x3AC04A) is unknown color: approx Lime Green. HEX triplet: 3A, C0 and 4A. RGB value is (58,192,74). Sum of RGB (Red+Green+Blue) = 58+192+74=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC04A is #C53FB5. Grayscale: #8A8A8A. Windows color (decimal): -12926902 or 4898874. OLE color: 4898874.

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

Color convert

RGB5819274-
CMYK0.7000.610.25
HSL127.16º53.6%49.02%-
HSV(B)127.16º69.79%75.29%-
XYZ21.8339.0912.87-
YUV138.4891.6170.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.90%
GREEN value IS 192 (75.39% from 255) = 59.26%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=17.90%
G=59.26%
B=22.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58192740.7000.610.25127.1653.649.02
Hex3AC04A4603D197f3631
Octal72300112106075311776661
Binary11101011000000100101010001100111101110011111111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,192,74); }

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

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

 a { background-color: rgb(58,192,74); }

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

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

 span { border-color: rgb(58,192,74); }

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