#3BD536

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

Shades of Lime Green #3BD536

Tints of Lime Green #3BD536

Color information

#3BD536 (or 0x3BD536) is unknown color: approx Lime Green. HEX triplet: 3B, D5 and 36. RGB value is (59,213,54). Sum of RGB (Red+Green+Blue) = 59+213+54=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 213 (83.59% from 255 or 65.34% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD536 is #C42AC9. Grayscale: #959595. Windows color (decimal): -12856010 or 3593531. OLE color: 3593531.

HSL color Cylindrical-coordinate representation of color #3BD536: hue angle of 118.11º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BD536 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB5921354-
CMYK0.7200.750.16
HSL118.11º65.43%52.35%-
HSV(B)118.11º74.65%83.53%-
XYZ26.2648.7811.52-
YUV148.8374.4863.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.10%
GREEN value IS 213 (83.59% from 255) = 65.34%
BLUE value IS 54 (21.48% from 255) = 16.56%
R=18.10%
G=65.34%
B=16.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal59213540.7200.750.16118.1165.4352.35
Hex3BD5364804B10764134
Octal733256611001132016610164
Binary111011110101011101101001000010010111000011101101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,213,54); }

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

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

 a { background-color: rgb(59,213,54); }

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

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

 span { border-color: rgb(59,213,54); }

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