#3DB436

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

Shades of Lime Green #3DB436

Tints of Lime Green #3DB436

Color information

#3DB436 (or 0x3DB436) is unknown color: approx Lime Green. HEX triplet: 3D, B4 and 36. RGB value is (61,180,54). Sum of RGB (Red+Green+Blue) = 61+180+54=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB436 is #C24BC9. Grayscale: #828282. Windows color (decimal): -12733386 or 3585085. OLE color: 3585085.

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

Color convert

RGB6118054-
CMYK0.6600.70.29
HSL116.67º53.85%45.88%-
HSV(B)116.67º70%70.59%-
XYZ18.9133.99.04-
YUV130.0685.0878.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.68%
GREEN value IS 180 (70.70% from 255) = 61.02%
BLUE value IS 54 (21.48% from 255) = 18.31%
R=20.68%
G=61.02%
B=18.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61180540.6600.70.29116.6753.8545.88
Hex3DB436420461D75362e
Octal75264661020106351656656
Binary11110110110100110110100001001000110111011110101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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