#3DAF35

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

Shades of Lime Green #3DAF35

Tints of Lime Green #3DAF35

Color information

#3DAF35 (or 0x3DAF35) is unknown color: approx Lime Green. HEX triplet: 3D, AF and 35. RGB value is (61,175,53). Sum of RGB (Red+Green+Blue) = 61+175+53=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAF35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAF35 is #C250CA. Grayscale: #7F7F7F. Windows color (decimal): -12734667 or 3518269. OLE color: 3518269.

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

Color convert

RGB6117553-
CMYK0.6500.700.31
HSL116.07º53.51%44.71%-
HSV(B)116.07º69.71%68.63%-
XYZ17.931.918.58-
YUV127.0186.2380.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.11%
GREEN value IS 175 (68.75% from 255) = 60.55%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=21.11%
G=60.55%
B=18.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61175530.6500.700.31116.0753.5144.71
Hex3DAF35410461F74362d
Octal75257651010106371646655
Binary11110110101111110101100000101000110111111110100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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