#3AC524

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

Shades of Lime Green #3AC524

Tints of Lime Green #3AC524

Color information

#3AC524 (or 0x3AC524) is unknown color: approx Lime Green. HEX triplet: 3A, C5 and 24. RGB value is (58,197,36). Sum of RGB (Red+Green+Blue) = 58+197+36=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 197 (77.34% from 255 or 67.70% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC524 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC524 is #C53ADB. Grayscale: #898989. Windows color (decimal): -12925660 or 2409786. OLE color: 2409786.

HSL color Cylindrical-coordinate representation of color #3AC524: hue angle of 111.8º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AC524 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB5819736-
CMYK0.7100.820.23
HSL111.8º69.1%45.69%-
HSV(B)111.8º81.73%77.25%-
XYZ22.0340.968.41-
YUV137.0870.9571.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.93%
GREEN value IS 197 (77.34% from 255) = 67.70%
BLUE value IS 36 (14.45% from 255) = 12.37%
R=19.93%
G=67.70%
B=12.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal58197360.7100.820.23111.869.145.69
Hex3AC524470521770452e
Octal723054410701222716010556
Binary111010110001011001001000111010100101011111100001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,197,36); }

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

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

 a { background-color: rgb(58,197,36); }

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

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

 span { border-color: rgb(58,197,36); }

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