#3ac132

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

Shades of Lime Green #3AC132

Tints of Lime Green #3AC132

Color information

#3AC132 (or 0x3AC132) is unknown color: approx Lime Green. HEX triplet: 3A, C1 and 32. RGB value is (58,193,50). Sum of RGB (Red+Green+Blue) = 58+193+50=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC132 is #C53ECD. Grayscale: #888888. Windows color (decimal): -12926670 or 3326266. OLE color: 3326266.

HSL color Cylindrical-coordinate representation of color #3AC132: hue angle of 116.64º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AC132 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB5819350-
CMYK0.7000.740.24
HSL116.64º58.85%47.65%-
HSV(B)116.64º74.09%75.69%-
XYZ21.3939.279.47-
YUV136.3379.2772.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.27%
GREEN value IS 193 (75.78% from 255) = 64.12%
BLUE value IS 50 (19.92% from 255) = 16.61%
R=19.27%
G=64.12%
B=16.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58193500.7000.740.24116.6458.8547.65
Hex3AC1324604A18753b30
Octal72301621060112301657360
Binary11101011000001110010100011001001010110001110101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ac132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,193,50); }

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

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

 a { background-color: rgb(58,193,50); }

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

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

 span { border-color: rgb(58,193,50); }

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