#3DB52E

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

Shades of Lime Green #3DB52E

Tints of Lime Green #3DB52E

Color information

#3DB52E (or 0x3DB52E) is unknown color: approx Lime Green. HEX triplet: 3D, B5 and 2E. RGB value is (61,181,46). Sum of RGB (Red+Green+Blue) = 61+181+46=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 181 (71.09% from 255 or 62.85% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB52E is #C24AD1. Grayscale: #828282. Windows color (decimal): -12733138 or 3061053. OLE color: 3061053.

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

Color convert

RGB6118146-
CMYK0.6600.750.29
HSL113.33º59.47%44.51%-
HSV(B)113.33º74.59%70.98%-
XYZ18.9434.248.19-
YUV129.7380.7478.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.18%
GREEN value IS 181 (71.09% from 255) = 62.85%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=21.18%
G=62.85%
B=15.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61181460.6600.750.29113.3359.4744.51
Hex3DB52E4204B1D713b2d
Octal75265561020113351617355
Binary11110110110101101110100001001001011111011110001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,181,46); }

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

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

 a { background-color: rgb(61,181,46); }

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

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

 span { border-color: rgb(61,181,46); }

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