#3DAE35

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

Shades of Lime Green #3DAE35

Tints of Lime Green #3DAE35

Color information

#3DAE35 (or 0x3DAE35) is unknown color: approx Lime Green. HEX triplet: 3D, AE and 35. RGB value is (61,174,53). Sum of RGB (Red+Green+Blue) = 61+174+53=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 174 (68.36% from 255 or 60.42% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAE35 is #C251CA. Grayscale: #7E7E7E. Windows color (decimal): -12734923 or 3518013. OLE color: 3518013.

HSL color Cylindrical-coordinate representation of color #3DAE35: hue angle of 116.03º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DAE35 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB6117453-
CMYK0.6500.700.32
HSL116.03º53.3%44.51%-
HSV(B)116.03º69.54%68.24%-
XYZ17.731.528.52-
YUV126.4286.5681.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.18%
GREEN value IS 174 (68.36% from 255) = 60.42%
BLUE value IS 53 (21.09% from 255) = 18.40%
R=21.18%
G=60.42%
B=18.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61174530.6500.700.32116.0353.344.51
Hex3DAE35410462074352d
Octal75256651010106401646555
Binary111101101011101101011000001010001101000001110100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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