#3AE752

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

Shades of Lime Green #3AE752

Tints of Lime Green #3AE752

Color information

#3AE752 (or 0x3AE752) is unknown color: approx Lime Green. HEX triplet: 3A, E7 and 52. RGB value is (58,231,82). Sum of RGB (Red+Green+Blue) = 58+231+82=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 231 (90.62% from 255 or 62.26% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 231 - color contains mainly: green. Hex color #3AE752 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AE752 is #C518AD. Grayscale: #A2A2A2. Windows color (decimal): -12916910 or 5433146. OLE color: 5433146.

HSL color Cylindrical-coordinate representation of color #3AE752: hue angle of 128.32º degrees, saturation: 0.78, 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 #3AE752 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB5823182-
CMYK0.7500.650.09
HSL128.32º78.28%56.67%-
HSV(B)128.32º74.89%90.59%-
XYZ31.8458.6617.63-
YUV162.2982.6953.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.63%
GREEN value IS 231 (90.62% from 255) = 62.26%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=15.63%
G=62.26%
B=22.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal58231820.7500.650.09128.3278.2856.67
Hex3AE7524B0419804e39
Octal7234712211301011120011671
Binary1110101110011110100101001011010000011001100000001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,231,82); }

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

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

 a { background-color: rgb(58,231,82); }

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

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

 span { border-color: rgb(58,231,82); }

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