#3AEA35

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

Shades of Lime Green #3AEA35

Tints of Lime Green #3AEA35

Color information

#3AEA35 (or 0x3AEA35) is unknown color: approx Lime Green. HEX triplet: 3A, EA and 35. RGB value is (58,234,53). Sum of RGB (Red+Green+Blue) = 58+234+53=345 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.81% from 345); Green value is 234 (91.80% from 255 or 67.83% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEA35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEA35 is #C515CA. Grayscale: #A1A1A1. Windows color (decimal): -12916171 or 3533370. OLE color: 3533370.

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

Color convert

RGB5823453-
CMYK0.7500.770.08
HSL118.34º81.17%56.27%-
HSV(B)118.34º77.35%91.76%-
XYZ31.816013.27-
YUV160.7467.1954.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.81%
GREEN value IS 234 (91.80% from 255) = 67.83%
BLUE value IS 53 (21.09% from 255) = 15.36%
R=16.81%
G=67.83%
B=15.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal58234530.7500.770.08118.3481.1756.27
Hex3AEA354B04D8765138
Octal723526511301151016612170
Binary11101011101010110101100101101001101100011101101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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