#3AE940

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

Shades of Lime Green #3AE940

Tints of Lime Green #3AE940

Color information

#3AE940 (or 0x3AE940) is unknown color: approx Lime Green. HEX triplet: 3A, E9 and 40. RGB value is (58,233,64). Sum of RGB (Red+Green+Blue) = 58+233+64=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 233 (91.41% from 255 or 65.63% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 233 - color contains mainly: green. Hex color #3AE940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AE940 is #C516BF. Grayscale: #A1A1A1. Windows color (decimal): -12916416 or 4254010. OLE color: 4254010.

HSL color Cylindrical-coordinate representation of color #3AE940: hue angle of 122.06º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE940 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB5823364-
CMYK0.7500.730.09
HSL122.06º79.91%57.06%-
HSV(B)122.06º75.11%91.37%-
XYZ31.8159.5514.67-
YUV161.4173.0254.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.34%
GREEN value IS 233 (91.41% from 255) = 65.63%
BLUE value IS 64 (25.39% from 255) = 18.03%
R=16.34%
G=65.63%
B=18.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal58233640.7500.730.09122.0679.9157.06
Hex3AE9404B04997a5039
Octal7235110011301111117212071
Binary111010111010011000000100101101001001100111110101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,233,64); }

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

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

 a { background-color: rgb(58,233,64); }

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

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

 span { border-color: rgb(58,233,64); }

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