#3DD735

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

Shades of Lime Green #3DD735

Tints of Lime Green #3DD735

Color information

#3DD735 (or 0x3DD735) is unknown color: approx Lime Green. HEX triplet: 3D, D7 and 35. RGB value is (61,215,53). Sum of RGB (Red+Green+Blue) = 61+215+53=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 215 (84.38% from 255 or 65.35% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD735 is #C228CA. Grayscale: #969696. Windows color (decimal): -12724427 or 3528509. OLE color: 3528509.

HSL color Cylindrical-coordinate representation of color #3DD735: hue angle of 117.04º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DD735 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB6121553-
CMYK0.7200.750.16
HSL117.04º66.94%52.55%-
HSV(B)117.04º75.35%84.31%-
XYZ26.8749.8511.57-
YUV150.4972.9864.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.54%
GREEN value IS 215 (84.38% from 255) = 65.35%
BLUE value IS 53 (21.09% from 255) = 16.11%
R=18.54%
G=65.35%
B=16.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal61215530.7200.750.16117.0466.9452.55
Hex3DD7354804B10754335
Octal753276511001132016510365
Binary111101110101111101011001000010010111000011101011000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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