#3ACA2E

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

Shades of Lime Green #3ACA2E

Tints of Lime Green #3ACA2E

Color information

#3ACA2E (or 0x3ACA2E) is unknown color: approx Lime Green. HEX triplet: 3A, CA and 2E. RGB value is (58,202,46). Sum of RGB (Red+Green+Blue) = 58+202+46=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 202 (79.30% from 255 or 66.01% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACA2E is #C535D1. Grayscale: #8D8D8D. Windows color (decimal): -12924370 or 3066426. OLE color: 3066426.

HSL color Cylindrical-coordinate representation of color #3ACA2E: hue angle of 115.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ACA2E is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB5820246-
CMYK0.7100.770.21
HSL115.38º62.9%48.63%-
HSV(B)115.38º77.23%79.22%-
XYZ23.3643.349.72-
YUV141.1674.2968.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.95%
GREEN value IS 202 (79.30% from 255) = 66.01%
BLUE value IS 46 (18.36% from 255) = 15.03%
R=18.95%
G=66.01%
B=15.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal58202460.7100.770.21115.3862.948.63
Hex3ACA2E4704D15733f31
Octal72312561070115251637761
Binary11101011001010101110100011101001101101011110011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,202,46); }

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

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

 a { background-color: rgb(58,202,46); }

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

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

 span { border-color: rgb(58,202,46); }

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