#3AE555

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

Shades of Lime Green #3AE555

Tints of Lime Green #3AE555

Color information

#3AE555 (or 0x3AE555) is unknown color: approx Lime Green. HEX triplet: 3A, E5 and 55. RGB value is (58,229,85). Sum of RGB (Red+Green+Blue) = 58+229+85=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 229 (89.84% from 255 or 61.56% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 229 - color contains mainly: green. Hex color #3AE555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE555 is #C51AAA. Grayscale: #A1A1A1. Windows color (decimal): -12917419 or 5629242. OLE color: 5629242.

HSL color Cylindrical-coordinate representation of color #3AE555: hue angle of 129.47º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE555 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB5822985-
CMYK0.7500.630.10
HSL129.47º76.68%56.27%-
HSV(B)129.47º74.67%89.8%-
XYZ31.457.5918.06-
YUV161.4584.8554.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.59%
GREEN value IS 229 (89.84% from 255) = 61.56%
BLUE value IS 85 (33.59% from 255) = 22.85%
R=15.59%
G=61.56%
B=22.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal58229850.7500.630.10129.4776.6856.27
Hex3AE5554B03FA814d38
Octal723451251130771220111570
Binary111010111001011010101100101101111111010100000011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,229,85); }

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

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

 a { background-color: rgb(58,229,85); }

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

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

 span { border-color: rgb(58,229,85); }

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