#3DB936

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

Shades of Lime Green #3DB936

Tints of Lime Green #3DB936

Color information

#3DB936 (or 0x3DB936) is unknown color: approx Lime Green. HEX triplet: 3D, B9 and 36. RGB value is (61,185,54). Sum of RGB (Red+Green+Blue) = 61+185+54=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 185 (72.66% from 255 or 61.67% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB936 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB936 is #C246C9. Grayscale: #858585. Windows color (decimal): -12732106 or 3586365. OLE color: 3586365.

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

Color convert

RGB6118554-
CMYK0.6700.710.27
HSL116.79º54.81%46.86%-
HSV(B)116.79º70.81%72.55%-
XYZ19.9435.969.38-
YUV132.9983.4276.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.33%
GREEN value IS 185 (72.66% from 255) = 61.67%
BLUE value IS 54 (21.48% from 255) = 18%
R=20.33%
G=61.67%
B=18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61185540.6700.710.27116.7954.8146.86
Hex3DB936430471B75372f
Octal75271661030107331656757
Binary11110110111001110110100001101000111110111110101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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