#3AE137

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

Shades of Lime Green #3AE137

Tints of Lime Green #3AE137

Color information

#3AE137 (or 0x3AE137) is unknown color: approx Lime Green. HEX triplet: 3A, E1 and 37. RGB value is (58,225,55). Sum of RGB (Red+Green+Blue) = 58+225+55=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 225 (88.28% from 255 or 66.57% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 225 - color contains mainly: green. Hex color #3AE137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE137 is #C51EC8. Grayscale: #9C9C9C. Windows color (decimal): -12918473 or 3662138. OLE color: 3662138.

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

Color convert

RGB5822555-
CMYK0.7400.760.12
HSL118.94º73.91%54.9%-
HSV(B)118.94º75.56%88.24%-
XYZ29.3655.0312.69-
YUV155.6971.1758.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.16%
GREEN value IS 225 (88.28% from 255) = 66.57%
BLUE value IS 55 (21.88% from 255) = 16.27%
R=17.16%
G=66.57%
B=16.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal58225550.7400.760.12118.9473.9154.9
Hex3AE1374A04CC774a37
Octal723416711201141416711267
Binary11101011100001110111100101001001100110011101111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,225,55); }

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

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

 a { background-color: rgb(58,225,55); }

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

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

 span { border-color: rgb(58,225,55); }

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