#3DB435

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

Shades of Lime Green #3DB435

Tints of Lime Green #3DB435

Color information

#3DB435 (or 0x3DB435) is unknown color: approx Lime Green. HEX triplet: 3D, B4 and 35. RGB value is (61,180,53). Sum of RGB (Red+Green+Blue) = 61+180+53=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 180 (70.70% from 255 or 61.22% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB435 is #C24BCA. Grayscale: #828282. Windows color (decimal): -12733387 or 3519549. OLE color: 3519549.

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

Color convert

RGB6118053-
CMYK0.6600.710.29
HSL116.22º54.51%45.69%-
HSV(B)116.22º70.56%70.59%-
XYZ18.8933.898.91-
YUV129.9484.5878.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.75%
GREEN value IS 180 (70.70% from 255) = 61.22%
BLUE value IS 53 (21.09% from 255) = 18.03%
R=20.75%
G=61.22%
B=18.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61180530.6600.710.29116.2254.5145.69
Hex3DB435420471D74372e
Octal75264651020107351646756
Binary11110110110100110101100001001000111111011110100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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