#3AE051

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

Shades of Lime Green #3AE051

Tints of Lime Green #3AE051

Color information

#3AE051 (or 0x3AE051) is unknown color: approx Lime Green. HEX triplet: 3A, E0 and 51. RGB value is (58,224,81). Sum of RGB (Red+Green+Blue) = 58+224+81=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 224 (87.89% from 255 or 61.71% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE051 is #C51FAE. Grayscale: #9E9E9E. Windows color (decimal): -12918703 or 5365818. OLE color: 5365818.

HSL color Cylindrical-coordinate representation of color #3AE051: hue angle of 128.31º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE051 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB5822481-
CMYK0.7400.640.12
HSL128.31º72.81%55.29%-
HSV(B)128.31º74.11%87.84%-
XYZ29.8954.816.79-
YUV158.0684.556.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.98%
GREEN value IS 224 (87.89% from 255) = 61.71%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=15.98%
G=61.71%
B=22.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal58224810.7400.640.12128.3172.8155.29
Hex3AE0514A040C804937
Octal7234012111201001420011167
Binary1110101110000010100011001010010000001100100000001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,224,81); }

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

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

 a { background-color: rgb(58,224,81); }

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

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

 span { border-color: rgb(58,224,81); }

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