#3ACC4B

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

Shades of Lime Green #3ACC4B

Tints of Lime Green #3ACC4B

Color information

#3ACC4B (or 0x3ACC4B) is unknown color: approx Lime Green. HEX triplet: 3A, CC and 4B. RGB value is (58,204,75). Sum of RGB (Red+Green+Blue) = 58+204+75=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 204 (80.08% from 255 or 60.53% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACC4B is #C533B4. Grayscale: #929292. Windows color (decimal): -12923829 or 4967482. OLE color: 4967482.

HSL color Cylindrical-coordinate representation of color #3ACC4B: hue angle of 126.99º 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 #3ACC4B is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB5820475-
CMYK0.7200.630.2
HSL126.99º58.87%51.37%-
HSV(B)126.99º71.57%80%-
XYZ24.6144.5913.97-
YUV145.6488.1365.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.21%
GREEN value IS 204 (80.08% from 255) = 60.53%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=17.21%
G=60.53%
B=22.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal58204750.7200.630.2126.9958.8751.37
Hex3ACC4B4803F147f3b33
Octal72314113110077241777363
Binary11101011001100100101110010000111111101001111111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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