#3DB73E

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

Shades of Lime Green #3DB73E

Tints of Lime Green #3DB73E

Color information

#3DB73E (or 0x3DB73E) is unknown color: approx Lime Green. HEX triplet: 3D, B7 and 3E. RGB value is (61,183,62). Sum of RGB (Red+Green+Blue) = 61+183+62=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB73E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB73E is #C248C1. Grayscale: #858585. Windows color (decimal): -12732610 or 4110141. OLE color: 4110141.

HSL color Cylindrical-coordinate representation of color #3DB73E: hue angle of 120.49º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB73E is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB6118362-
CMYK0.6700.660.28
HSL120.49º50%47.84%-
HSV(B)120.49º66.67%71.76%-
XYZ19.7335.2110.31-
YUV132.7388.0876.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.93%
GREEN value IS 183 (71.88% from 255) = 59.80%
BLUE value IS 62 (24.61% from 255) = 20.26%
R=19.93%
G=59.80%
B=20.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61183620.6700.660.28120.495047.84
Hex3DB73E430421C783230
Octal75267761030102341706260
Binary11110110110111111110100001101000010111001111000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,183,62); }

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

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

 a { background-color: rgb(61,183,62); }

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

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

 span { border-color: rgb(61,183,62); }

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