#3DAC34

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

Shades of Lime Green #3DAC34

Tints of Lime Green #3DAC34

Color information

#3DAC34 (or 0x3DAC34) is unknown color: approx Lime Green. HEX triplet: 3D, AC and 34. RGB value is (61,172,52). Sum of RGB (Red+Green+Blue) = 61+172+52=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 172 (67.58% from 255 or 60.35% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAC34 is #C253CB. Grayscale: #7D7D7D. Windows color (decimal): -12735436 or 3451965. OLE color: 3451965.

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

Color convert

RGB6117252-
CMYK0.6500.700.33
HSL115.5º53.57%43.92%-
HSV(B)115.5º69.77%67.45%-
XYZ17.330.758.27-
YUV125.1386.7382.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.40%
GREEN value IS 172 (67.58% from 255) = 60.35%
BLUE value IS 52 (20.70% from 255) = 18.25%
R=21.40%
G=60.35%
B=18.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61172520.6500.700.33115.553.5743.92
Hex3DAC34410462174362c
Octal75254641010106411646654
Binary111101101011001101001000001010001101000011110100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,172,52); }

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

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

 a { background-color: rgb(61,172,52); }

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

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

 span { border-color: rgb(61,172,52); }

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