#3BAD32

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

Shades of Lime Green #3BAD32

Tints of Lime Green #3BAD32

Color information

#3BAD32 (or 0x3BAD32) is unknown color: approx Lime Green. HEX triplet: 3B, AD and 32. RGB value is (59,173,50). Sum of RGB (Red+Green+Blue) = 59+173+50=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #3BAD32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAD32 is #C452CD. Grayscale: #7D7D7D. Windows color (decimal): -12866254 or 3321147. OLE color: 3321147.

HSL color Cylindrical-coordinate representation of color #3BAD32: hue angle of 115.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BAD32 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB5917350-
CMYK0.6600.710.32
HSL115.61º55.16%43.73%-
HSV(B)115.61º71.1%67.84%-
XYZ17.3231.058.1-
YUV124.8985.7381-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.92%
GREEN value IS 173 (67.97% from 255) = 61.35%
BLUE value IS 50 (19.92% from 255) = 17.73%
R=20.92%
G=61.35%
B=17.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59173500.6600.710.32115.6155.1643.73
Hex3BAD32420472074372c
Octal73255621020107401646754
Binary111011101011011100101000010010001111000001110100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,173,50); }

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

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

 a { background-color: rgb(59,173,50); }

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

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

 span { border-color: rgb(59,173,50); }

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