#3AEA56

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

Shades of Lime Green #3AEA56

Tints of Lime Green #3AEA56

Color information

#3AEA56 (or 0x3AEA56) is unknown color: approx Lime Green. HEX triplet: 3A, EA and 56. RGB value is (58,234,86). Sum of RGB (Red+Green+Blue) = 58+234+86=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 234 (91.80% from 255 or 61.90% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEA56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AEA56 is #C515A9. Grayscale: #A4A4A4. Windows color (decimal): -12916138 or 5696058. OLE color: 5696058.

HSL color Cylindrical-coordinate representation of color #3AEA56: hue angle of 129.55º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEA56 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB5823486-
CMYK0.7500.630.08
HSL129.55º80.73%57.25%-
HSV(B)129.55º75.21%91.76%-
XYZ32.8560.4218.73-
YUV164.583.6952.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.34%
GREEN value IS 234 (91.80% from 255) = 61.90%
BLUE value IS 86 (33.98% from 255) = 22.75%
R=15.34%
G=61.90%
B=22.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal58234860.7500.630.08129.5580.7357.25
Hex3AEA564B03F8825139
Octal723521261130771020212171
Binary111010111010101010110100101101111111000100000101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,234,86); }

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

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

 a { background-color: rgb(58,234,86); }

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

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

 span { border-color: rgb(58,234,86); }

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