#3DB93F

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

Shades of Lime Green #3DB93F

Tints of Lime Green #3DB93F

Color information

#3DB93F (or 0x3DB93F) is unknown color: approx Lime Green. HEX triplet: 3D, B9 and 3F. RGB value is (61,185,63). Sum of RGB (Red+Green+Blue) = 61+185+63=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 185 (72.66% from 255 or 59.87% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB93F is #C246C0. Grayscale: #868686. Windows color (decimal): -12732097 or 4176189. OLE color: 4176189.

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

Color convert

RGB6118563-
CMYK0.6700.660.27
HSL120.97º50.41%48.24%-
HSV(B)120.97º67.03%72.55%-
XYZ20.1736.0510.6-
YUV134.0287.9275.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.74%
GREEN value IS 185 (72.66% from 255) = 59.87%
BLUE value IS 63 (25% from 255) = 20.39%
R=19.74%
G=59.87%
B=20.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61185630.6700.660.27120.9750.4148.24
Hex3DB93F430421B793230
Octal75271771030102331716260
Binary11110110111001111111100001101000010110111111001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,185,63); }

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

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

 a { background-color: rgb(61,185,63); }

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

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

 span { border-color: rgb(61,185,63); }

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