#3BAB2D

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

Shades of Lime Green #3BAB2D

Tints of Lime Green #3BAB2D

Color information

#3BAB2D (or 0x3BAB2D) is unknown color: approx Lime Green. HEX triplet: 3B, AB and 2D. RGB value is (59,171,45). Sum of RGB (Red+Green+Blue) = 59+171+45=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 171 (67.19% from 255 or 62.18% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 171 - color contains mainly: green. Hex color #3BAB2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAB2D is #C454D2. Grayscale: #7B7B7B. Windows color (decimal): -12866771 or 2992955. OLE color: 2992955.

HSL color Cylindrical-coordinate representation of color #3BAB2D: hue angle of 113.33º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BAB2D is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB5917145-
CMYK0.6500.740.33
HSL113.33º58.33%42.35%-
HSV(B)113.33º73.68%67.06%-
XYZ16.8430.257.43-
YUV123.1583.8982.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.45%
GREEN value IS 171 (67.19% from 255) = 62.18%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=21.45%
G=62.18%
B=16.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59171450.6500.740.33113.3358.3342.35
Hex3BAB2D4104A21713a2a
Octal73253551010112411617252
Binary111011101010111011011000001010010101000011110001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,171,45); }

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

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

 a { background-color: rgb(59,171,45); }

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

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

 span { border-color: rgb(59,171,45); }

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