#3AC148

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

Shades of Lime Green #3AC148

Tints of Lime Green #3AC148

Color information

#3AC148 (or 0x3AC148) is unknown color: approx Lime Green. HEX triplet: 3A, C1 and 48. RGB value is (58,193,72). Sum of RGB (Red+Green+Blue) = 58+193+72=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 193 (75.78% from 255 or 59.75% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC148 is #C53EB7. Grayscale: #8B8B8B. Windows color (decimal): -12926648 or 4768058. OLE color: 4768058.

HSL color Cylindrical-coordinate representation of color #3AC148: hue angle of 126.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC148 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB5819372-
CMYK0.7000.630.24
HSL126.22º53.78%49.22%-
HSV(B)126.22º69.95%75.69%-
XYZ21.9839.5112.6-
YUV138.8490.2770.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.96%
GREEN value IS 193 (75.78% from 255) = 59.75%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=17.96%
G=59.75%
B=22.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58193720.7000.630.24126.2253.7849.22
Hex3AC1484603F187e3631
Octal72301110106077301766661
Binary11101011000001100100010001100111111110001111110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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