#3AEC37

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

Shades of Lime Green #3AEC37

Tints of Lime Green #3AEC37

Color information

#3AEC37 (or 0x3AEC37) is unknown color: approx Lime Green. HEX triplet: 3A, EC and 37. RGB value is (58,236,55). Sum of RGB (Red+Green+Blue) = 58+236+55=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 236 (92.58% from 255 or 67.62% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 236 - color contains mainly: green. Hex color #3AEC37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEC37 is #C513C8. Grayscale: #A2A2A2. Windows color (decimal): -12915657 or 3664954. OLE color: 3664954.

HSL color Cylindrical-coordinate representation of color #3AEC37: hue angle of 119.01º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AEC37 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB5823655-
CMYK0.7500.770.07
HSL119.01º82.65%57.06%-
HSV(B)119.01º76.69%92.55%-
XYZ32.4361.1713.71-
YUV162.1467.5353.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.62%
GREEN value IS 236 (92.58% from 255) = 67.62%
BLUE value IS 55 (21.88% from 255) = 15.76%
R=16.62%
G=67.62%
B=15.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal58236550.7500.770.07119.0182.6557.06
Hex3AEC374B04D7775339
Octal72354671130115716712371
Binary1110101110110011011110010110100110111111101111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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