#3ACC55

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

Shades of Lime Green #3ACC55

Tints of Lime Green #3ACC55

Color information

#3ACC55 (or 0x3ACC55) is unknown color: approx Lime Green. HEX triplet: 3A, CC and 55. RGB value is (58,204,85). Sum of RGB (Red+Green+Blue) = 58+204+85=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 204 (80.08% from 255 or 58.79% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACC55 is #C533AA. Grayscale: #939393. Windows color (decimal): -12923819 or 5622842. OLE color: 5622842.

HSL color Cylindrical-coordinate representation of color #3ACC55: hue angle of 131.1º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACC55 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB5820485-
CMYK0.7200.580.2
HSL131.1º58.87%51.37%-
HSV(B)131.1º71.57%80%-
XYZ24.9844.7415.91-
YUV146.7893.1364.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.71%
GREEN value IS 204 (80.08% from 255) = 58.79%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=16.71%
G=58.79%
B=24.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal58204850.7200.580.2131.158.8751.37
Hex3ACC554803A14833b33
Octal72314125110072242037363
Binary111010110011001010101100100001110101010010000011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,204,85); }

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

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

 a { background-color: rgb(58,204,85); }

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

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

 span { border-color: rgb(58,204,85); }

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