#3DB42D

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

Shades of Lime Green #3DB42D

Tints of Lime Green #3DB42D

Color information

#3DB42D (or 0x3DB42D) is unknown color: approx Lime Green. HEX triplet: 3D, B4 and 2D. RGB value is (61,180,45). Sum of RGB (Red+Green+Blue) = 61+180+45=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 180 (70.70% from 255 or 62.94% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB42D is #C24BD2. Grayscale: #818181. Windows color (decimal): -12733395 or 2995261. OLE color: 2995261.

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

Color convert

RGB6118045-
CMYK0.6600.750.29
HSL112.89º60%44.12%-
HSV(B)112.89º75%70.59%-
XYZ18.7233.828.02-
YUV129.0380.5879.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.33%
GREEN value IS 180 (70.70% from 255) = 62.94%
BLUE value IS 45 (17.97% from 255) = 15.73%
R=21.33%
G=62.94%
B=15.73%

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
Decimal61180450.6600.750.29112.896044.12
Hex3DB42D4204B1D713c2c
Octal75264551020113351617454
Binary11110110110100101101100001001001011111011110001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,180,45); }

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

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

 a { background-color: rgb(61,180,45); }

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

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

 span { border-color: rgb(61,180,45); }

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