#3BAD2D

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

Shades of Lime Green #3BAD2D

Tints of Lime Green #3BAD2D

Color information

#3BAD2D (or 0x3BAD2D) is unknown color: approx Lime Green. HEX triplet: 3B, AD and 2D. RGB value is (59,173,45). Sum of RGB (Red+Green+Blue) = 59+173+45=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 173 (67.97% from 255 or 62.45% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 173 - color contains mainly: green. Hex color #3BAD2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAD2D is #C452D2. Grayscale: #7C7C7C. Windows color (decimal): -12866259 or 2993467. OLE color: 2993467.

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

Color convert

RGB5917345-
CMYK0.6600.740.32
HSL113.44º58.72%42.75%-
HSV(B)113.44º73.99%67.84%-
XYZ17.2231.017.56-
YUV124.3283.2381.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.30%
GREEN value IS 173 (67.97% from 255) = 62.45%
BLUE value IS 45 (17.97% from 255) = 16.25%
R=21.30%
G=62.45%
B=16.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59173450.6600.740.32113.4458.7242.75
Hex3BAD2D4204A20713b2b
Octal73255551020112401617353
Binary111011101011011011011000010010010101000001110001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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