#3AE453

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

Shades of Lime Green #3AE453

Tints of Lime Green #3AE453

Color information

#3AE453 (or 0x3AE453) is unknown color: approx Lime Green. HEX triplet: 3A, E4 and 53. RGB value is (58,228,83). Sum of RGB (Red+Green+Blue) = 58+228+83=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 228 (89.45% from 255 or 61.79% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 228 - color contains mainly: green. Hex color #3AE453 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE453 is #C51BAC. Grayscale: #A1A1A1. Windows color (decimal): -12917677 or 5497914. OLE color: 5497914.

HSL color Cylindrical-coordinate representation of color #3AE453: hue angle of 128.82º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE453 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB5822883-
CMYK0.7500.640.11
HSL128.82º75.89%56.08%-
HSV(B)128.82º74.56%89.41%-
XYZ31.0557.0117.55-
YUV160.6484.1854.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.72%
GREEN value IS 228 (89.45% from 255) = 61.79%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=15.72%
G=61.79%
B=22.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal58228830.7500.640.11128.8275.8956.08
Hex3AE4534B040B814c38
Octal7234412311301001320111470
Binary1110101110010010100111001011010000001011100000011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,228,83); }

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

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

 a { background-color: rgb(58,228,83); }

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

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

 span { border-color: rgb(58,228,83); }

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