#3AB42F

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

Shades of Lime Green #3AB42F

Tints of Lime Green #3AB42F

Color information

#3AB42F (or 0x3AB42F) is unknown color: approx Lime Green. HEX triplet: 3A, B4 and 2F. RGB value is (58,180,47). Sum of RGB (Red+Green+Blue) = 58+180+47=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 180 (70.70% from 255 or 63.16% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 180 - color contains mainly: green. Hex color #3AB42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB42F is #C54BD0. Grayscale: #808080. Windows color (decimal): -12930001 or 3126330. OLE color: 3126330.

HSL color Cylindrical-coordinate representation of color #3AB42F: hue angle of 115.04º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AB42F is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB5818047-
CMYK0.6800.740.29
HSL115.04º58.59%44.51%-
HSV(B)115.04º73.89%70.59%-
XYZ18.5833.758.22-
YUV128.3682.0877.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 180 (70.70% from 255) = 63.16%
BLUE value IS 47 (18.75% from 255) = 16.49%
R=20.35%
G=63.16%
B=16.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58180470.6800.740.29115.0458.5944.51
Hex3AB42F4404A1D733b2d
Octal72264571040112351637355
Binary11101010110100101111100010001001010111011110011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,180,47); }

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

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

 a { background-color: rgb(58,180,47); }

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

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

 span { border-color: rgb(58,180,47); }

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