#3AE12D

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

Shades of Lime Green #3AE12D

Tints of Lime Green #3AE12D

Color information

#3AE12D (or 0x3AE12D) is unknown color: approx Lime Green. HEX triplet: 3A, E1 and 2D. RGB value is (58,225,45). Sum of RGB (Red+Green+Blue) = 58+225+45=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 225 (88.28% from 255 or 68.60% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 225 - color contains mainly: green. Hex color #3AE12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE12D is #C51ED2. Grayscale: #9B9B9B. Windows color (decimal): -12918483 or 3006778. OLE color: 3006778.

HSL color Cylindrical-coordinate representation of color #3AE12D: hue angle of 115.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AE12D is Cyan = 0.74, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB5822545-
CMYK0.7400.80.12
HSL115.67º75%52.94%-
HSV(B)115.67º80%88.24%-
XYZ29.1454.9411.55-
YUV154.5566.1759.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.68%
GREEN value IS 225 (88.28% from 255) = 68.60%
BLUE value IS 45 (17.97% from 255) = 13.72%
R=17.68%
G=68.60%
B=13.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal58225450.7400.80.12115.677552.94
Hex3AE12D4A050C744b35
Octal723415511201201416411365
Binary11101011100001101101100101001010000110011101001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,225,45); }

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

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

 a { background-color: rgb(58,225,45); }

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

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

 span { border-color: rgb(58,225,45); }

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