#3AE152

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

Shades of Lime Green #3AE152

Tints of Lime Green #3AE152

Color information

#3AE152 (or 0x3AE152) is unknown color: approx Lime Green. HEX triplet: 3A, E1 and 52. RGB value is (58,225,82). Sum of RGB (Red+Green+Blue) = 58+225+82=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 225 (88.28% from 255 or 61.64% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 225 - color contains mainly: green. Hex color #3AE152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE152 is #C51EAD. Grayscale: #9F9F9F. Windows color (decimal): -12918446 or 5431610. OLE color: 5431610.

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

Color convert

RGB5822582-
CMYK0.7400.640.12
HSL128.62º73.57%55.49%-
HSV(B)128.62º74.22%88.24%-
XYZ30.1955.3617.08-
YUV158.7684.6756.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.89%
GREEN value IS 225 (88.28% from 255) = 61.64%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=15.89%
G=61.64%
B=22.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal58225820.7400.640.12128.6273.5755.49
Hex3AE1524A040C814a37
Octal7234112211201001420111267
Binary1110101110000110100101001010010000001100100000011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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