#3DB92B

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

Shades of Lime Green #3DB92B

Tints of Lime Green #3DB92B

Color information

#3DB92B (or 0x3DB92B) is unknown color: approx Lime Green. HEX triplet: 3D, B9 and 2B. RGB value is (61,185,43). Sum of RGB (Red+Green+Blue) = 61+185+43=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 185 (72.66% from 255 or 64.01% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB92B is #C246D4. Grayscale: #848484. Windows color (decimal): -12732117 or 2865469. OLE color: 2865469.

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

Color convert

RGB6118543-
CMYK0.6700.770.27
HSL112.39º62.28%44.71%-
HSV(B)112.39º76.76%72.55%-
XYZ19.7135.868.17-
YUV131.7477.9277.55-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.11%
GREEN value IS 185 (72.66% from 255) = 64.01%
BLUE value IS 43 (17.19% from 255) = 14.88%
R=21.11%
G=64.01%
B=14.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61185430.6700.770.27112.3962.2844.71
Hex3DB92B4304D1B703e2d
Octal75271531030115331607655
Binary11110110111001101011100001101001101110111110000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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