#3aea4b

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

Shades of Lime Green #3AEA4B

Tints of Lime Green #3AEA4B

Color information

#3AEA4B (or 0x3AEA4B) is unknown color: approx Lime Green. HEX triplet: 3A, EA and 4B. RGB value is (58,234,75). Sum of RGB (Red+Green+Blue) = 58+234+75=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 234 (91.80% from 255 or 63.76% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEA4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEA4B is #C515B4. Grayscale: #A3A3A3. Windows color (decimal): -12916149 or 4975162. OLE color: 4975162.

HSL color Cylindrical-coordinate representation of color #3AEA4B: hue angle of 125.8º 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 #3AEA4B is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB5823475-
CMYK0.7500.680.08
HSL125.8º80.73%57.25%-
HSV(B)125.8º75.21%91.76%-
XYZ32.4460.2516.58-
YUV163.2578.1952.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.80%
GREEN value IS 234 (91.80% from 255) = 63.76%
BLUE value IS 75 (29.69% from 255) = 20.44%
R=15.80%
G=63.76%
B=20.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal58234750.7500.680.08125.880.7357.25
Hex3AEA4B4B04487e5139
Octal7235211311301041017612171
Binary111010111010101001011100101101000100100011111101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3aea4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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