#3aeb35

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

Shades of Lime Green #3AEB35

Tints of Lime Green #3AEB35

Color information

#3AEB35 (or 0x3AEB35) is unknown color: approx Lime Green. HEX triplet: 3A, EB and 35. RGB value is (58,235,53). Sum of RGB (Red+Green+Blue) = 58+235+53=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 235 (92.19% from 255 or 67.92% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEB35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEB35 is #C514CA. Grayscale: #A1A1A1. Windows color (decimal): -12915915 or 3533626. OLE color: 3533626.

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

Color convert

RGB5823553-
CMYK0.7500.770.08
HSL118.35º81.98%56.47%-
HSV(B)118.35º77.45%92.16%-
XYZ32.160.5713.37-
YUV161.3366.8654.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.76%
GREEN value IS 235 (92.19% from 255) = 67.92%
BLUE value IS 53 (21.09% from 255) = 15.32%
R=16.76%
G=67.92%
B=15.32%

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
Decimal58235530.7500.770.08118.3581.9856.47
Hex3AEB354B04D8765238
Octal723536511301151016612270
Binary11101011101011110101100101101001101100011101101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3aeb35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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