#3AE935

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

Shades of Lime Green #3AE935

Tints of Lime Green #3AE935

Color information

#3AE935 (or 0x3AE935) is unknown color: approx Lime Green. HEX triplet: 3A, E9 and 35. RGB value is (58,233,53). Sum of RGB (Red+Green+Blue) = 58+233+53=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 233 (91.41% from 255 or 67.73% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 233 - color contains mainly: green. Hex color #3AE935 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AE935 is #C516CA. Grayscale: #A0A0A0. Windows color (decimal): -12916427 or 3533114. OLE color: 3533114.

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

Color convert

RGB5823353-
CMYK0.7500.770.09
HSL118.33º80.36%56.08%-
HSV(B)118.33º77.25%91.37%-
XYZ31.5359.4313.18-
YUV160.1667.5255.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.86%
GREEN value IS 233 (91.41% from 255) = 67.73%
BLUE value IS 53 (21.09% from 255) = 15.41%
R=16.86%
G=67.73%
B=15.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal58233530.7500.770.09118.3380.3656.08
Hex3AE9354B04D9765038
Octal723516511301151116612070
Binary11101011101001110101100101101001101100111101101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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