#3ac23d

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

Shades of Lime Green #3AC23D

Tints of Lime Green #3AC23D

Color information

#3AC23D (or 0x3AC23D) is unknown color: approx Lime Green. HEX triplet: 3A, C2 and 3D. RGB value is (58,194,61). Sum of RGB (Red+Green+Blue) = 58+194+61=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC23D is #C53DC2. Grayscale: #8A8A8A. Windows color (decimal): -12926403 or 4047418. OLE color: 4047418.

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

Color convert

RGB5819461-
CMYK0.7000.690.24
HSL121.32º53.97%49.41%-
HSV(B)121.32º70.1%76.08%-
XYZ21.8839.8210.95-
YUV138.1784.4470.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.53%
GREEN value IS 194 (76.17% from 255) = 61.98%
BLUE value IS 61 (24.22% from 255) = 19.49%
R=18.53%
G=61.98%
B=19.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58194610.7000.690.24121.3253.9749.41
Hex3AC23D4604518793631
Octal72302751060105301716661
Binary11101011000010111101100011001000101110001111001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ac23d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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